5
Answers

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

Ask a question
<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)