Re: button Click event

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



<bbawa1@xxxxxxxxx> wrote in message news:1178304323.138102.327500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

I have a button( btnLogOut)in my master page. In page_load event of
this master page I want
to verify if the button is clicked or not.

How can I do that.

Not sure what you mean exactly...

The Page_Load event occurs server-side near the beginning of the page cycle, but it's not possible to click a button until the page has actually been rendered and streamed down to the client browser, by which time the Page_Load event is long gone...


--
http://www.markrae.net

.


Quantcast