ASP.NET button_click not firing, after browser back button
Posted
by the berserker
on Stack Overflow
See other posts from Stack Overflow
or by the berserker
Published on 2010-06-18T08:41:03Z
Indexed on
2010/06/18
8:43 UTC
Read the original article
Hit count: 194
I have a ASPX Page that contains several user controls, which are loaded dynamically after user interaction.
On one of ascx I have a hidden button that is being clicked on some user actions (via button.click()), which works fine on 1st page load. But after the form is being submitted once, the other ascx is loaded. There if user clicks the back button and resubmits the 1st form (again via button.click()), button_clicked event on server does not fire again. Any thought?
© Stack Overflow or respective owner