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

Answer Posted / radha

Code behind

button.Attributes.add("onMouseOver",
"return functionName();")'

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you handle exceptions in asp.net?

568


How does exception management works in ASP.NET?

625


If we remove web.config or machine.config from the application then, is this application will works?

605


Define tracing.

633


What are the different methods of session maintenance in asp.net?

548






What is mvc in asp.net tutorial? : Asp.Net MVC

551


What is the web.config file in asp?

647


What is the difference between session object and application object?

598


What is the difference between visual basic and asp.net?

529


how to retrieve property settings from xml .config file.

555


Why session is necessary in web application?

519


What is the difference between a multi-layer and multi-tier applications?

587


Fetch one page value to another page without using state-managment ?

539


What is anonymous authentication?

595


Explain difference between dataset and datareader?

612