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
Cisco VPN Client 5.0.07.0290 on Windows 7 64 bit
code for menu
Script needed to close program and stop/start service
Shared Folder Disappeared but still available
can't find Printer Setup Utility in Mac OS X 10.5.8
SSO Internet Explorer and Sharepoint Services 2008
Limit Files on a Samba Share - Oppisite of veto files
storing multiple image in one field
C# Books and training
How to open .BMP file with Internet Explorer in Windows XP OS.