Click here to Skip to main content
15,910,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want transfer two thing(data that use in text box)to another page .
how can I do this?
what I do for more than two things?
Posted

1 solution

I would suggest that you use the Session variable: http://www.w3schools.com/asp/asp_sessions.asp[^] The example refers to it directly from the aspx file, but you can use it in the C# code behind as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900