Web Controls
| Retired Content |
|---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. |
The Web Client Software Factory provides a variety of Web controls to help you create applications that are responsive to input from users and to help you perform validation. The Web controls are the following:
- ObjectContainerDataSource control. This control implements data binding in a way that easily integrates with the Model-View-Presenter pattern.
- ContextSensitiveAutoCompleteExtender control. This control provides AutoComplete behavior that filters suggested values based on the values in multiple controls on a Web page.
- ServerSideValidationExtender control. This control allows ASP.NET developers to invoke existing server-side validators through an asynchronous callback, without performing a full postback to the server.
- RealTimeSearchMonitor control. This control enables developers to implement real-time searches without writing custom client-side code.
Show: