YUIAspNet controls for ASP.NET Ajax

General

This basic example of the YUIAsp.Net AutoComplete control uses a remote datasource, which returns the searched text, concatenated with a number between 0-9.

To simulate a heavy processing on the server, the autocomplete handler waits for 3 second using Thread.Sleep before sending the response.

Animation of the control is set to both vertical and horizontal.

A shadow is also displayed in the result box, using the UseShadow property.

The YUIAsp.Net AutoComplete control displays on top of the html select.