October 2010
Intermediate to advanced
1920 pages
73h 55m
English
• Summary
In this chapter, you learn how to use the core controls contained in ASP.NET 4 Framework. These are controls that you use in just about any ASP.NET application that you build.
You learn how to display information to users by using the Label and Literal controls. You learn how to accept user input with the TextBox, CheckBox, and RadioButton controls. You also learn how to submit forms with the button controls.
At the end of this chapter, you learn how to group form fields with the Panel control. Finally, you learn how to link from ...