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
Is there any limit for query string? Means what is the maximum size?
What are user controls?
In asp.net, how can you validate drop down box?
What is _viewstart?
How do we access view state value of this page in the next page?
How can we provide the WebParts control functionality to a server control?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is datagrid asp.net?
How do you do Client-side validation in .Net?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is the difference between ldap and active directory?
What is application variable?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is the viewstate in asp.net?
What is postback pixel?