How you can add an event handler?

ANS:- Using the Attributes property of server side control.

e.g:
btnSubmit.Attributes.Add("onMouseOver","JavascriptCode();")

No comments:

Post a Comment