Here the simple solution to avoid button require double click for event click to fire :
- Check on your page, is there any validator
- Set on the validator attribute "Display="Static"
- Try again your page, is the problem solved.?
example :
<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ErrorMessage="*" ControlToValidate="TextBox4" Display="Static" SetFocusOnError="true"> </asp:RequiredFieldValidator>
Other Thoughts:
By Mohd Zulkamal
NOTE : – If You have Found this post Helpful, I will appreciate if you can Share it on Facebook, Twitter and Other Social Media Sites. Thanks =)
0 comments:
Post a Comment