Where do you add an event handler?

Submitted by: Administrator
It's the Attributesproperty, the Add function inside that property.
e.g. btnSubmit.Attributes.Add(""onMouseOver"",""someClientCode();"")
Submitted by: Administrator

Read Online VB .Net Job Interview Questions And Answers