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
Problems with accessing the Server "H drives" for users accounts
what is the best linux distro and ide for web programming (PHP) ?
java servlet to call class method
Run same stored procedure iterating thru parameters
google search API C# jSON question
Issues change workstation IP
DP 6.0 Win2K cell mgr - backup to iSCSI lun using file device
Replace apostrophes in all Session Variables in C#?
SQL
Determine standard default font in a form object in excel forms collection