Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to pass the more textbox value from one form to another form in asp.net??
Posted
Comments
OriginalGriff 4-May-12 9:42am    
Form or Page?
You talk about forms, but describe as ASP.NET - the two are not the same, and the mechanisms are very, very different.
Use the "Improve question" widget to edit your question and provide better information.

For WebPage/WebForm (ASP.NET), you need to read about various state management techniques:
MSDN: ASP.NET State Management Overview[^]
State management in ASP.NET - 1[^]
ASP.Net State Management Techniques - 2[^]
 
Share this answer
 
Comments
sravani.v 5-May-12 0:40am    
My 5!
Sandeep Mewara 5-May-12 2:08am    
Thanks.
For Asp.net there is no forms,those are webpages.You can use session array to pass more than one value.session array is almost like general array.
 
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