Interview Question
Qus: How you can add an event handler?
Using the Attributes property of server side control.
e.g.
btnSubmit.Attributes.Add("onMouseOver","JavascriptCode();")
Answers (2)
e.g.
btnSubmit.Attributes.Add("onMouseOver","JavascriptCode();")