thinkinterview » interview questions
« Previous

interview Questions

next »
question 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?
  • 1. Use the ImageMap control and randomly select a HotSpot to show or hide.
  • 2. Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed.
  • 3. Use the AdServer control and create an XML file with configuration of the control.
  • 4. Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.

Next Queston » In your ASP.NET web application you want to display a list of cli...

In your ASP.NET web application you want to display a list of clients on a Web page. The client list disp... View full queston »


Posted in: ASP.NET(45) |