July 2013
Intermediate to advanced
1228 pages
34h 1m
English
CHAPTER 38
![]()
Other ASP.NET Controls
We wrap up our coverage of the ASP.NET controls in this chapter. We show you how Rich UI controls work and describe some controls that can be useful, but that don’t fit neatly into any of the other control chapters.
Preparing the Example Application
For this chapter, we have created a new project called OtherControls using the Visual Studio ASP.NET Empty Web Application project template. We’ll add content to the project as we go through the chapter.
Working with the Rich UI Controls
We have been pretty clear throughout this book that we don’t like the Rich UI controls. We don’t use them, we don’t think you should ...