Microsoft
Software
Hardware
Network
Question : transfer data between .aspx forms in c#
I am trying to pass data from one form of my project to another form on my project but I do not know how to do that.
I use the following command to run the other form
Server.Transfer("test.aspx
", true);
I need a was to pass the results from the parent form to the new form.
Answer : transfer data between .aspx forms in c#
in the new page (test.aspx) you can use
Request("Name")
Request("Password")
etc to get the posted values...
Random Solutions
Script to automatically delete files older than 1 month Windows NT server
Date Formula deducting today's date from date field
Copyright check of the website
Can't access Exchange 2003 OWA from Internet
which is the best editor for oracle ?
Websense - Block Internet Access - Except for Updates
User can't receive emails sent to her personal email, but emails to group get through...
workflow/bpm engine in python
Export Data to XML File from SQL Database
How do i apply formatting to all hyperlinks in Word 2007?