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
FTP not working on Windows Server 2008 IIS 7
Http dynamic Compression not work if We using text/html
Terminal Server Printing
DR solution for data warehouse
Silverlight 4 Async_ExceptionOccurred
How to Get Specific Button pressed in a repeater when using ModalPopupExtender
How to configure Remote SPAN or alternative option on HP Procurve 2626-PWR switch ?
Create a list of users in Active Directory whose account has been locked out for 90 days
Training Path
How to get a one-to-many result set in mysql