2
Answers

Calling two functions in the OnClientClick event in .net

Devendra  Kumar

Devendra Kumar

8y
6.1k
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)