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
Intel Sata RAID controller on RHEL 4 problem
Exchange Error as posted
Basic php/mysql questions
To change asni_padding setting of a column.
Convert Doc files to Docx in SharePoint
Filling a TextBox on a Form with Data from a Field from an SQL Database Table in Visual Studio 2008
Java web service accesing error
Group Policy - domain controllers
how can i find all ILO boards on a network
Control object destruction during global destruction