Home » ASP.NET Basics » 02 - Using Visual Web Developer Express 2005
2
Properties Window
Explaining the functions and uses of the properties window
Most of the controls that we use on our page have some properties. These properties determine how the control will look and behave on our page. For example, the Button control has a text property. We can use this text property to display a caption on the button. The Property Window is used for such tasks. When we select a control on our page, its available properties are displayed in the Property Window and we can modify them as needed. We will learn more about the properties of different controls in a latter chapter.