Computer Programming MCQs ASP.net
Q In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this ?
  • A A. Use the imagemap control and randomly select a hotspot to show or hide.
  • B B. Use the adserver control and create an xml file with configuration of the control.
  • C C. Use an imagebutton control to predict randomness of the image to be loaded based on the clicks of the control.
  • D D. Use the image control to hold the image and a calendar control to randomly select a date for each image to be displayed.
Leave a Comment