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

Breifly explain about stack and heap memory Managemet?

2 Answers  


What is AutoEventWireup attribute for ?

0 Answers  


Explain about the Class view window?

0 Answers  


From which base class all web forms are inherited?

0 Answers  


What is autopost?

0 Answers  






List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


What is & in a url?

0 Answers  


What is the difference between cache and cookies?

0 Answers  


what are partial classes and their use?

3 Answers   Microsoft,


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

2 Answers  


How long does an http session last?

0 Answers  


Why and where this web.config file is used?

0 Answers   Amazon,


Categories