1
Reply

Calling two functions in the OnClientClick event in .net

Devendra  Kumar

Devendra Kumar

Apr 28 2016 3:13 AM
291
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)