asp:button w/ client side and server side click event

A

Aymer

I have a web control button.
<asp:button text="Save" runat="server"
onClick="EnterBtn_Click" id="btnSave" style="width:
60px;"/>

How do i add a client-side click event and server-side
click event on the same button?
 
A

Alvin Bruney

server side click event happens for you automatically when you click on the
button in DESIGN MODE otherwise you need to manually wire the event in the
initializecomponent function. for client side just add onclick="whatever()"
to the <asp:button tag. client side gets processed before server side
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top