In this chapter you will:
Dealing with stateless Programming
Use bound controls with Web forms
Validate data using validation controls
Populate DropDown and ListBox controls
Display data using the Table control
Display data using the Repeater control
Display, sort, and page data in the DataGrid control
Add, edit, and delete data using the DataGrid control
Hyperlink from a row in the data grid to a detail page
With .NET, developing for the Web becomes easier than ever. ASP.NET is actually even fun to work with. In the past, ASP proved quite a task to develop applications in. Now, however, you can develop your Web applications in much the same way you do Windows desktop applications, with few major differences.