Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

ASP%20.NET%20Interview%20Questions%20and%20Answers

Question: Suppose you want a certain ASP.NET function executed on MouseOver for a certain button.Where do you add an event handler?
Answer: Add an OnMouseOver attribute to the button.Example: btnSubmit.Attributes.Add("onmouseover","someClientCodeHere();");
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook