October 2010
Intermediate to advanced
1920 pages
73h 55m
English
All the List controls, except for the BulletedList control, support a property named the AutoPostBack property. When this property is assigned the value True, the form containing the List control is automatically posted back to the server whenever a new selection is made.
For example, the page in Listing 10.7 contains a DropDownList control that has its AutoPostBack property enabled. When you select a new item from the DropDownList control, the page is automatically posted back to the server and the Label control displays the selected item.
Listing 10.7. AutoPostBackListControl.aspx

When you enable the AutoPostBack ...
Read now
Unlock full access