jquery - Bootstrap theme and asp.net button events -
I am using wrap bootstrap topics in an asp.net web project project and none of my buttons have fire I will get a few replies on Google but none of them works. Is there a solution to this? I tried to add UseSubmitBehavior = "False" and ValidateRequestMode = "Disabled" in my buttons but still not firing. It seems like a big problem, I really do not want to call AJAX all my buttons .
You can change that html button by accessing the CSS with the ASP.NET Server Control Button . This can solve your problem.
Comments
Post a Comment