Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Event code
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
01148712
Message ID:
01148718
Vues:
16
Richard,

While you can call event handler methods directly, a better approach is to move the "click" code to a custom method. Then, have your click event handler simply call that method. Now, you can call that same custom method in your code below.

HTH,
Chad


>How can I do something like this (from VFP) in .Net:
>
>
>(Do something)
>THIS.Button1.Click()   && This code executed
>(Do something more)
>
>
>
>Thanks,
>
>Richard
_________________________________
There are 2 types of people in the world:
    Those who need closure
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform