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
Are cookies client side or server side?
What is the syntax for datagrid and specifying columns?
In order to get assembly info which namespace we should import?
What is the use of service provider?
What are the various ways to send content from one page to another?
What are the data controls available in asp.net?
What are session state modes? List some of the important session state modes of asp.net.
What is the difference between trace and debug in asp.net?
How do u deploy ur project?
What is session handling in a webfarm, how it can work with its limits?
What’s the catch?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Explain the difference between array and linkedlist?
How long does an http session last?
What is cross page posting in asp net?