Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass parameters to a form?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00892623
Message ID:
00892678
Vues:
11
This message has been marked as a message which has helped to the initial question of the thread.
One way would be to create the public properties you need on the form. Then you would set those before you do your ShowDialog.

For example:
Dim frm As New myform

frm.PropertyOne = some value
frm.PropertyTwo = another value

frm.ShowDialog()
Thanks,

Vic
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform