Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Passing values into one form to other form without displaying a new form
Posted
Comments
abintj 1-Oct-11 1:55am    
Where do you mean, in web or Winforms???

For web application
How to: Pass Values Between ASP.NET Web Pages[^]

If it is a windows application
http://www.codeproject.com/Answers/113592/how-to-pass-values-from-one-page-to-another-in-Csh.aspx#answer1

Passing Values between Forms in .NET 1.x with C# and VB.NET examples[^]
 
Share this answer
 
You can use sessions
 
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