Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can Anybody help me how to get values in another page in asp.net?

i am using C#,asp.net,studio 2005,sql server 2005

I have 3 text boxes in first page when i go to next page i should get all these three text box values in next page..

regards
karan
Posted

1 solution

You need to read on various state management techniques.

Doing this[^] would had helped a lot:
MSDN: ASP.NET State Management Overview[^]
State management in ASP.NET - 1[^]
ASP.Net State Management Techniques - 2[^]

Depending on your data sensitivity, length and use, pick the one that suits you.
 
Share this answer
 
Comments
karan joshua 27-Apr-11 1:18am    
thank u very much,very useful information i got from these links.
Thank u once again..
Sandeep Mewara 27-Apr-11 1:28am    
Good to know it helped.

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