Home

What is the correct answer?

4

You have an image that is clickable and you want a pop-up window to display text that identifies the action that will be taken if the user clicks the image. What will you do?

A. For each image, set the AlternateText property to specify the text you want to display, and set the ToolTip property to True.

B. For each image, set the ToolTip property to specify the text you want to display.

C. In the onmouseover event handler for each image, add code that calls the RaiseBubbleEvent() method of the System.Web.UI.WebControls.Image class.

D. In the onmouseover event handler for each image, add code that calls the ToString() method of the System.Web.UI.WebControls.Image class.

Correct Answer :

B. For each image, set the ToolTip property to specify the text you want to display.


Related Questions

How do you get information from a form that is submitted using the "post"… ASP.NET use To open Microsoft Word from ASP.NET page use In ASP.NET, the default method of a form is What are unique properties of RangeValidator control? Attribute must be set on a validator control for the validation to work. A web server control is written as HTML elements, HTML server controls and ASP.NET server controls can be… You can specify a function name in To save an XML file from ASP.NET use ____________ converts virtual path to default path Anything appearing after ________ is cleared Choose the form in which Postback occur To write an attribute for a tag through ASP.NET use File extension used for ASP.NET files. What keyword is necessary to expose a public function as a method of a… ____________ enables you to add, modify and delete records but you won't… To redirect an user to a particular page when a user logs in use Checkboxes have same name and different values while Radio Buttons have… If a Table controls name is Table1, to access value from its second row,… Of the following controls which can be used to add a control at runtime You want to ensure that the user ID is saved between requests when the… While redirecting, values can be passed with it Error handling can be done through Global.asax This tag in Repeater control is mandatory Cookies collection is present in You need to modify an ASP.NET page to prevent the browser window from… To set text programmatically without adding extra HTML tags use You can send an e-mail with an attachment using only SmtpMail class For Adrotator control the XML file is mentioned through ________ property