Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Load
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00906068
Message ID:
00906083
Views:
19
>Hello evrybody!
>
>Im am looking for the way to determine on PageLoad event by what object in my form the current oage was submitted.
>
>I have a dropdown list in my for with Autopostbak = true;
>And also, button which submits this form as well.
>
>Somehow I have to differ behavior on PageLoad event.
>Please help.

Valentin,
I set a session variable to tell me such things
something like this...
Private sub myRoutine()
   Session("CalledFrom_myRoutine")=True
   ...other code for this routine...
endsub
hth,
Rick
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform