Can we use Request.Form in ASP.Net. I am finding it difficult using it as it doesn't give any error, but also doesnot produce any data.
Can somebody guide me to some articles on this? I have tried but unsucceful.
"You can just reference the control" or "A code snappit would be helpful"
Can you please explain that?
I actually want to pass data from form1 to form2 and access all the form variables of form1 in form2. I used to do it using Request.Form in ASP but am not sure what would be the best way of doing it in ASP.Net. Can somebody help me with that...
What ThunderBear6 was saying that in ASP .Net there is no need to post the form data to another page in order to process it, you can reference control values in page code behind. There should be a bunch of samples in your .Net SDK Help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.