Please help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • stevejhon

    Please help


    Hi,
    I have content page. A master page is applied to it. On the content
    page, i have button and i want to handle its click event. My function is
    ready on click event and 'Click'attribut e is also set for the button. As
    per my assumption everything should work fine, but when i run the page,
    and click the button, nothing happens, the button doesn't cause any
    postback, and hence no page life cycle repeats. so i m unable to handle
    the click event. Can anyone tell me why it is happening so. there is no
    kind of validation on the page. Only thing is some AJAX controls are
    handled on the page at runtime. but they are not related to the button.
    Same is happening again with link button. Can anyone please help me on
    this problem?


    --
    stevejhon
  • Adrian

    #2
    Re: Please help

    Steve,

    Might help if you show the aspx code.

    "stevejhon" <guest@unknow n-email.comwrote in message
    news:ba474387f9 16cc64f2e2bd3b5 0541ec6@nntp-gateway.com...
    >
    Hi,
    I have content page. A master page is applied to it. On the content
    page, i have button and i want to handle its click event. My function is
    ready on click event and 'Click'attribut e is also set for the button. As
    per my assumption everything should work fine, but when i run the page,
    and click the button, nothing happens, the button doesn't cause any
    postback, and hence no page life cycle repeats. so i m unable to handle
    the click event. Can anyone tell me why it is happening so. there is no
    kind of validation on the page. Only thing is some AJAX controls are
    handled on the page at runtime. but they are not related to the button.
    Same is happening again with link button. Can anyone please help me on
    this problem?
    >
    >
    --
    stevejhon

    Comment

    Working...