Tagged Questions
1
vote
4answers
1k views
Passing Hidden Variables in Vb.net
I want to pass a few variables to another page. Currently I'm using response.redirect and passing the variables in the url. I'm not really interested in using Session Variables. Is there a way to pass ...