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

Answers were Sorted based on User's Feedback



Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do yo..

Answer / srujana

It?s the Attributesproperty, the Add function inside that
property. So
btnSubmit.Attributes.Add("onMouseOver","someClientCode();")

Is This Answer Correct ?    23 Yes 0 No

Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do yo..

Answer / subhash saini

actully this is depend on which type of function u want to
call on (server side or client side). If one want to call
client side than we have to add attribute, and if wanaa to
call server side function that make that function as a web
method and call that function by ajax.


Might be this help you.

Happy Programming.

Is This Answer Correct ?    9 Yes 0 No

Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do yo..

Answer / kalyan

No it is impossible to do so. it is because servere side
methods can not be called from client side. the only way to
do so is to submit the page.

Is This Answer Correct ?    2 Yes 15 No

Post New Answer

More ASP.NET Interview Questions

What are Master pages? How to define a Master page?

3 Answers  


Explain the difference between inline and code behind - which is best in?

0 Answers  


What is WCF? Pls Explain clearly with exmple.

3 Answers   HCL, iGate,


Can we create a multiple user simultaneously ?

0 Answers   MCN Solutions,


after which page life cycle event all properties of control will be "fully loaded "

10 Answers   FactorH,


How to find the client browser type ?

4 Answers   AQA, Cognizant, Satyam,


How would you turn off cookies on a page of a website?

0 Answers  


What is datagrid asp.net?

0 Answers  


What is a url string?

0 Answers  


Why does my asp.net file have multiple tag with runat=server?

0 Answers  


How many validators do ASP.NET have?

0 Answers   QuestPond,


Explain diff. Betn dataset and recordset?

0 Answers  


Categories