Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Event code
Message
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01148712
Message ID:
01148718
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform