Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
I have a asp.net button and i want to call 2 events on click
Shahbaz Kaware
7y
250
1
Reply
<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
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
Help creating this ASP.net project
How can I do multi level dropdown menu in bootstrap ?