| ComboBox - ASP.NET AJAX |
|
ComboBox control fully compatible with Microsoft's AJAX Library
and ASP.NET 2.0 AJAX Extensions (formerly 'Atlas') - the most advanced AJAX framework. ComboBox supports autocomplete functionality - you can set a poll-server timeout and the combobox fires a server-side event that returns all the relative matches for the currently typed text. You can easily select an entry or re-request more entries. This example shows auto-complete from a flat text dictionary file. |