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