TreeView
Controls Suite 4.5 |
| Overview |
| Features |
| Reference Book |
| Live Demos |
| | Populating with Data |
| | Appearance |
| | Behavior |
| | Programming |
| | Application scenarios |
| | | Update Panel |
|
| Home |
| About Us (No PostBack) |
| Products |
| Solutions |
| Support |
| Site Map |
|
|
This example causes an ASP.NET postback when TreeView 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 TreeView item to launch the server-side procedure. Note. The "About Us" item is disabled for postback.
|