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



If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you a..

Answer / radha

Code behind

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

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Explain the main function of razor in asp.net? : asp.net mvc

0 Answers  


What is inproc mode in session?

0 Answers  


Describe the difference between a Thread and a Process?

4 Answers  


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


How do we get only edited/deleted/inserted records from a Dataset?

1 Answers   Syntax Softtech,


What are the benefits of view state?

0 Answers  


Where can I get the details on migration of existing projects using various technologies to asp.net?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


Explain about solution explorer window?

0 Answers  


What is asp.net mvc? : asp.net mvc

0 Answers  


What is the main difference between a static page and a dynamic page?

2 Answers  


What are the various session state management options provided by asp.net?

0 Answers  


Categories