I have a button (actually several controls) but lets start with a button
that processes some code in the click event.
Problem is that the code for the event is processed after the load event on the postback.
Is there a way to get the code from the click event to process prior to completing the load event?
The click event processes/changes variables that I need to use during the load event.
Any Ideas?
Thanks in advance
![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
Problem is that the code for the event is processed after the load event on the postback.
Is there a way to get the code from the click event to process prior to completing the load event?
The click event processes/changes variables that I need to use during the load event.
Any Ideas?
Thanks in advance