$(function ()
{
$('#btnnext').click(function ()
{
alert("Hello after click event");
});
});
And the code for button as:
<asp:Button ID="btnnext" runat="server" CssClass="BStyle" OnClick="btnnext_Click" Text="Save" />
I have place Button control in update panel control and also have used master.. page