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:
00892835
Vues:
21
Thanks Victor,
Your suggestion is very wellcome, but I like the Nick's one
:)

Franco

>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
Répondre
Fil
Voir

Click here to load this message in the networking platform