S
Selden McCabe
I have an asp.net project with several pages.
On most pages, clicking a button fire's the button's click event, and the
page does not get reloaded unless something triggers a postback.
But on one page, when I click the button, the click event does not fire, and
the page gets reloaded (IsPostback is false). When I view the call stack,
there isn't any vb code, just a fresh page load starting with
IsapiRuntime.ProcessingRequest.
What could be causing this behavior? It's stumping me!
---Selden
On most pages, clicking a button fire's the button's click event, and the
page does not get reloaded unless something triggers a postback.
But on one page, when I click the button, the click event does not fire, and
the page gets reloaded (IsPostback is false). When I view the call stack,
there isn't any vb code, just a fresh page load starting with
IsapiRuntime.ProcessingRequest.
What could be causing this behavior? It's stumping me!
---Selden