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

How to send data through querystring to another page but it should not be displayed in URL

2 Answers   EMR, Powersoft19,


What is web api and why to use it?

0 Answers  


What are tuples?

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


Explain how asp.net different from asp?

0 Answers  






What’s the difference between asp.net web forms and asp.net mvc?

0 Answers  


What data types do the RangeValidator control support?

2 Answers  


Which @page directive should you create an asynchronous page?

1 Answers  


What is the roll of JIT in asp.net?

7 Answers  


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

0 Answers  


What are the data types is possible to store in session? and can we store dataset in session?

4 Answers   eMids,


How will you write a web service for secure socket layer? What is secure socket? Have you done any socket programming? What is single thread and multi thread? What are the differences between .NET 1.1 and .NET 2.2? What is the command to connect to a StoredProcedure? How many types of Adapters are available in ADO.NET? Why DataAdapters are important? What is DataSet? It's important to compile the ASP.NET application before using it? What protocol you use to stream the audio and Video data? What are the different kind of network protocols? Write how will you connect to a database using DataSet? Why we use AJAX? What AJAX can do which JavaScript can't do? In a page using Windows Media API, if we press a button and in succession quickly press another button, what do you think will happen? Will the application wait for the first button response and then execute the second one or directly second button command will execute. What is the architecture of your application? What is connection pooling in SQL? Tell some functions of Windows Media API? How you will detect, whether the ActiveX is installed in the system before accessing it? What are validators are available in ASP.NET? What are the basic concepts of OOPS? What is abstraction?

0 Answers   Tesco,


Categories