|
This section demonstrates the use of the auto complete behavior that can be added
to any text box element. Similar to some search engines suggest features and
also seen in 3rd party applications, it enables the helper features for a user to
choose from an option while still typing in some values to limit those options.
- UX Today: a lame page basically demonstrating the point that there is no experience
today without some type of rich client capabilities.
- AutoCompleteExtender: using the <atlas:autocompleteextender> server control
to quickly add auto complete capabilities to any textbox on the page using a web
service as the source.
- xml-script: same as #2, but shows the client script approach, enabling an option
(minCharacterLength) that isn't currently exposed in AutoCompleteExtender.
 | ASPX |
|
 | CS |
|
|