1
Answer

Calling two functions in the OnClientClick event in .net

i use 
 
but not work which function use first it work second not work:
 
<asp:ImageButton ImageUrl="~/images/save-btn.jpg" runat="server" ID="btn_save" OnClick="btn_save_Click"
OnClientClick="getPrices(); javascript:return valid();" />
 
Answers (1)