In Asp.net I am using this JQuery validation plugin.
It works perfect for \[code\]<asp:Button>\[/code\] control. But if I use \[code\]<asp:LinkButton>\[/code\] it does not validate the form and allows it to call code behind method.Why is this happening? How can I able to validate form \[code\]onClick\[/code\] event of \[code\]<asp:LinkButton>\[/code\]?
It works perfect for \[code\]<asp:Button>\[/code\] control. But if I use \[code\]<asp:LinkButton>\[/code\] it does not validate the form and allows it to call code behind method.Why is this happening? How can I able to validate form \[code\]onClick\[/code\] event of \[code\]<asp:LinkButton>\[/code\]?