Hii,
I have a problem where onclick event must be performed only after satisfying javascript validation function.I have a function written in javascript named validate() for validating the page in
.aspx page. In
.aspx.cs page i have submit_click event where i need to perform insertion operation which must be done only after page validation i.e. after satisfying validate() function.how to achieve this?