I have a back and next button in that there is a OnClientClick validation function.
This function is not called when i click on that, Please help me
Code has given below:
<asp:Button ID="btn_view1_back" runat="server" Text="Back"
CausesValidation="False" ValidationGroup="Form2" />
<asp:Button ID="btn_View1_Next" runat="server" CausesValidation="true" Text="Next"
ValidationGroup="Form2" OnClientClick="return ValidateDropDown();" UseSubmitBehavior ="true" />