Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler ?
It’s the Attributesproperty, the Add function inside that property. So btnSubmit.Attributes.Add(”onMouseOver”,”someClientCode();”)