Suppose you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?

Add an OnMouseOver attribute to the button. Example: btnSubmit.Attributes.Add("onmouseover","someClientCodeHere();");

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?