Page_Load & ButtonClick?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



When a Button is clicked in a Web Form in an ASPX page, the Form will
post back to itself. Under such circumstances (i.e. when a Button is
clicked), will the Page_Load sub execute first & then will the Click
event function of the Button execute or will the Click event function
of the Button execute first & then will the Page_Load sub execute?

Thanks,

Arpan

.


Quantcast