thinkinterview » interview questions
« Previous

interview Questions

next »
question

In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control is the best choice for this scenario?

  • 1. The DetailsView control
  • 2. The Table control
  • 3. The GridView control
  • 4. The FormView control

Next Queston » While developing ASP.NET 2.0 web application you want to display...

While developing ASP.NET 2.0 web application you want to display a list of parts in a master/detail scena... View full queston »


Posted in: ASP.NET(45) |