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
comment SP
Migration from 2003 SBS to 2008 Foundation Server
Wireless Internet problem
Older Flash document potential issues
Plug n Play/USB/Registry Nigtmare - I Need to regularly delete keys in order to "detect" my MP3 Player!
Translate web site
Backup Exec 2010 running missed backup to tape job ?
Update RevTex in TexLive and Kile - Fedora 13
Mapi example Microsoft
using Task.IsCompleted