jorgebucaran
New member
- Joined
- Jul 7, 2006
- Messages
- 2
Hello all.
I have used in PHP a cool way to send data to webforms (either self-post or posting to other pages) using the $_POST[] global array. In ASP.Net I have used the querystring to accomplish similar functionality. However, now, I need to send data to pages (actually to the same page, self-post) but not through the querystring but using "behind-the-scenes" data passing, like I have in PHP.
Hope you can help. I want to implment similar functionality in ASP.Net.
P.S: Im aware I could get away with session variables, so try other way please.
I have used in PHP a cool way to send data to webforms (either self-post or posting to other pages) using the $_POST[] global array. In ASP.Net I have used the querystring to accomplish similar functionality. However, now, I need to send data to pages (actually to the same page, self-post) but not through the querystring but using "behind-the-scenes" data passing, like I have in PHP.
Hope you can help. I want to implment similar functionality in ASP.Net.
P.S: Im aware I could get away with session variables, so try other way please.