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 is autopostback in dropdownlist in asp net?
What is the difference between localization and globalization?
Which asp.net objects encapsulate the state of the client and the browser?
What is inheritance and an how it be used, example with an example?
when a request is made in Life cycle of ASP.NET page .
What is session in asp.net?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What does the .webpart file do?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Which protocol is used in a web api?
What is the life cycle of web page?
Is global asax mandatory?
Explain about asp.net state management?
What is data grid view in asp.net?
What is the sequence in which ASP.NET events are processed?