Answers

Question and Answer:

  Home  MCSD.NET - 70-315 Exam

⟩ You create an ASP.NET page that uses images to identify areas where a user can click to initiateactions. The users of the application use Internet Explorer.You want to provide a pop-up window when the user moves the mouse pointer over an image.You want the pop-up window to display text that identifies the action that will be taken if the userclicks the image.What should you do?A. For each image, set the AlternateText property to specify the text you want to display, and setthe 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() methodof the System.Web.UI.WebControls.Image class.

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

 145 views

More Questions for you: