Skip Navigation Links. 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.

  1. UX Today:  a lame page basically demonstrating the point that there is no experience today without some type of rich client capabilities.
  2. 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.
  3. xml-script: same as #2, but shows the client script approach, enabling an option (minCharacterLength) that isn't currently exposed in AutoCompleteExtender.