Interviewer And Interviewee Guide

ASP Programming Interview Question:

Suppose you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?

Submitted by: Administrator
Add an OnMouseOver attribute to the button. Example: btnSubmit.Attributes.Add("onmouseover","someClientCodeHere();");
Submitted by: Administrator

Read Online ASP Programming Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

Interview Questions Answers .ORG