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
Microsoft, 3rd Party software patch management solution
Cannot connect to database errors
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?
Cannot puTTY to Fedora 13
Reference a selected rows column value from a gridview in VB .Net 3.5
Get Access Database online
Memory Advanced ECC Mode with Mixed DIMM Capacities on Dell R710 PowerEdge
Running .exe in a logon script
Help setting up simple Isolated Wifi VLAN
installing a UCC certificate with local domains for Exchange 2010 - how does the certificate authority approve them?