Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

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

0
10 Posted

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

0
10

Add an OnMouseOver attribute to the button. Example: btnSubmit.Attributes.Add(“onmouseover”,”someClientCodeHere();”); Commented by :shabir_aspnet@yahoo.co.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123