Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing values between forms
Message
 
To
28/09/2006 06:20:27
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01157776
Message ID:
01157808
Views:
16
>i have 2 forms formA and formB. formB opens from formA. i want to know is how can i pass values of formB(textbox.text)to formA

You can pass information through the constructor. Something like this:
frmFormA frm = new frmFormA(formBTextBox.Text);
frm.Show();
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform