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
set virtual host on Apache2.2 and PHP 5.3
ASP.Net,C# (Rawprinterhelper spools jobs but not printing)
Router Sessions
Detect dual monitor via javascript
Send Mail via Google Apps
user access list - who maintains them
Printing selection in Outlook 2010
Convert web.config from .NET 3.5 to 4.0
security updates for windows 2003 server not downloading
problem exportting gridview to excel spreadsheet