2
Answers

Calling two functions in the OnClientClick event in .net

Photo of Devendra  Kumar

Devendra Kumar

9y
6.2k
1
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 (2)