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
Where sessions are stored?
What is the asp.net mvc folder conventions? : asp.net mvc
What is the size of Get method and how much data it can store?
What are session state modes?
What is the difference between localization and globalization?
What is application session?
Explain the server control events of asp.net ?
In which event of the page viewstate is available?
What is http request and response?
What is difference between inproc and outproc?
What is variable and constant in .net programming language?
Can you set which type of comparison you want to perform by the comparevalidator control?
Explain the use of duration attribute of @outputcache page directive.
Explain the disadvantages of viewstate?
What is IPostBack? How to use it?