Home ASP.NET Control Potpourri

ASP.NET - Control Potpourri


After completing this tutorial, you will be able to
  • Use ASP.NET validation controls
  • Use TreeView
  • Use MultiView
ASP.NET has always evolved with the goal of reducing the effort developers must expend to get their Web sites up and running. One of the things you'll find as you tour ASP.NET is that Microsoft has done a great job of anticipating what the developer needs and putting it in the framework. In Tutorials 3, 4, and 5 we saw the architecture behind ASP.NET Web forms and controls. With this architecture in place, you can easily extend the framework to do almost anything you want it to do.

Next