ComboBox
Controls Suite 4.5 |
| Overview |
| Features |
| Reference Book |
| Live Demos |
| | Populating with Data |
| | Appearance |
| | Behavior |
| | Programming |
| | Application scenarios |
| | | Update Panel |
|
|
|
This example causes an ASP.NET postback when list item is clicked and raises the OnItemClick event on the server. To enable an automatic postback you need to set the AutoPostBackOnItemClick property value to True.
To disable an automatic postback for specific Item, set the Item's AutoPostBackOnItemClick attribute value to False.
Click on list item to launch the server-side procedure. Note. The "Yahoo" item is disabled for postback.
|