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
RIS - CAN WIN 2003 STANDARD & XP BE IMAGED INTO SAME FOLDER
How to create a Despatch Roster Summary
Reading values from UDL-file (textfile)
Should I use HTTPWebRequest or TCP sockets to retrieve XML from HTTPS link
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
Access 2007, form datasheet view, change display property of an element based on another element in the record
New ESXi 4 Host (not responding) in vCenter
Draytek Vigor 2820 unable to access FTP site within the LAN
I would like to have 2 links on a page and then use Jquery to fade in a external page from either link.
exchange 2010 are email addresses case sensitive?