Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler?
Answer Posted / 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 |
Post New Answer View All Answers
what are the security certificates used in webservices?
What’s the difference between asp.net web forms and asp.net mvc?
How would you create a permanent cookie?
How do u declare static variable and how it is declared and what is its lifetime?
Which is better session or viewstate?
Which method do you use to kill explicitly a users session?
Explain why datareader is useful?
What’s the difference between response .redirect and server.transfer?
What should you do is you want to remove an existing component but would like to make some funtionalities?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What are the difference between overriding and overloading?
Define resource files.
What is caching in asp.net?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is content page in asp net?