Monday, March 26, 2012

Passing values from one page to another

How do I pass values from one page to another without using a button for redirection. That means on my source page I have a hyperlink that redirects to some target page. I have a label on the source page whose text I want to pass to the target page. How can I do that?

Use the querystring.

http://www.codeproject.com/aspnet/QueryString.asp

Passing values between pages

http://www.firoz.name/2006/05/07/passing-values-between-pages/

0 comments:

Post a Comment