Suppose you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
By in ASP.NET on Jul 14 2006
  • Jul, 2006 14

    Add an OnMouseOver attribute to the button. 

    Example:

    btnSubmit.Attributes.Add(”onmouseover”,”someClientCodeHere();”);

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS