Re: button Click event



On May 4, 12:21 pm, "Mark Rae" <m...@xxxxxxxxxxxxxxxxx> wrote:
<bba...@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

Hi,

Acrtually I have some coding in page load event. But as I click on
button it first go topage_load event. So, I want in page_load event
that If I clicked on button
and when page postback and goes to page load event do something-----

So, It meands I wnat to know the condition if button is clicked or not
on every post back.

.