Re: button Click event
- From: bbawa1@xxxxxxxxx
- Date: 4 May 2007 13:04:56 -0700
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.
.
- Follow-Ups:
- Re: button Click event
- From: Mark Rae
- Re: button Click event
- References:
- button Click event
- From: bbawa1
- Re: button Click event
- From: Mark Rae
- button Click event
- Prev by Date: Best place to cancel delete
- Next by Date: Re: button Click event
- Previous by thread: Re: button Click event
- Next by thread: Re: button Click event
- Index(es):