Shahbaz Kaware

Shahbaz Kaware

  • 1.1k
  • 535
  • 29.7k

I have a asp.net button and i want to call 2 events on click

May 1 2017 3:54 AM
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click1" Text="GetDirections" OnClientClick="Button1_onclick(); return false;" />
 
 
 
but at first client side code running then server side that i need to click 2 times to run a code plz help me to run the code on single click 

Answers (5)