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
couple of things missing from Exchange 2010?
Using SpamAssassin's Command-line Spam Score Test
WMIC Get Hard drive serial number
SharePoint Number Search
importing another ACT DB
Save Machine and User Accounts in Windows 2008 SBS
In a excel document is there a way to view two sheets at the same time (i.e. side by side).
IIS host header and DNS
website
How do I register Exchange 2010 with Windows Server Backup on Windows Server 2008 R2