Where do you add an event handler?

It's the Attributesproperty, the Add function inside that property.
E.g. btnSubmit.Attributes.Add("onMouseOver","someClientCode();")

0 comments:

Post a Comment