No postback on any button click on ASP.NET 4.0 application
Posted
by Ashish Gupta
on Stack Overflow
See other posts from Stack Overflow
or by Ashish Gupta
Published on 2010-03-26T06:30:33Z
Indexed on
2010/03/26
6:33 UTC
Read the original article
Hit count: 324
The weird thing is If there is a javascript onClick() on a button, postback works otherwise, there is no postback. This was working very recently. I am not sure what recent changes made to the application made this happening throughout the site. The solution suggested by this link does not work as well (that link is applicable to .NET 1.1 though). Any idea whats going on?
© Stack Overflow or respective owner