Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing values between forms
Message
 
À
28/09/2006 06:20:27
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
01157776
Message ID:
01157808
Vues:
17
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform