Home ASP.Net Suppose you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
Suppose you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler? E-mail
User Rating: / 0
PoorBest 

Add an OnMouseOver attribute to the button.Example: btnSubmit.Attributes.Add(”onmouseover”,”someClientCodeHere();”);
Comments
Search
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 
 

Related links

Related Links:

Related Images

Related Links: