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

Difference between .NET and previous version?

0 Answers   Microsoft, TIPL,


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


How do we sort the data from a dataset?

0 Answers  


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

2 Answers   Siebel Systems,


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  






What are the type of session in Asp.Net

3 Answers  


we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?

7 Answers   CEI, CSC, HCL, Tech Mahindra,


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

0 Answers  


What is the base class of .NET?

6 Answers  


Is viewstate enabled by default?

0 Answers  


How many web.config files can I have in an application?

0 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

1 Answers  


Categories