In the below snippet we will see how to call Javascript function which is written for button onclick event from textbox onblur event.
<div>
User name: <asp:TextBox ID=
<asp:Button ID="
</div>
|
Output: alert message ‘Call JS Fuction’ will be invoked onblur of textbox or onclick of button.
|
0 Comments:
Post a Comment