VB .Net Question:
Where do you add an event handler?
Answer:
It's the Attributesproperty, the Add function inside that property.
e.g. btnSubmit.Attributes.Add(""onMouseOver"",""someClientCode();"")
e.g. btnSubmit.Attributes.Add(""onMouseOver"",""someClientCode();"")