The Power of AutoPostBack
WebListBox fully supports client-server communication through the AutoPostBack
property. When the currently selected item is changed, the OnSelectedItemChanged
server-side event is raised, enabling you to obtain the selected item index and
perform any required server-side processing. Either FullPostBack or FlyPostBack
can be selected through the PostBackMode property.
Two Controls in One
In addition to its formidable data entry capabilities, the WebListBox can serve
as an innovative navigation control. Simply assign a URL to an item and specify
the target – when the item is clicked the assigned URL will be opened in a new window
or the specified IFrame.