Home Home | Reset Page Reset Page | Page created: 9/7/2010 7:38:59 AM

Miscellaneous Control Examples

The following examples demonstrate the basic features of some of the various Web Controls that come with the West Wind Web Toolkit.


Pager Control The Pager provides a control and data source independent server side paging solution. You can manipulate the pager purely through property settings or use one of its Filter methods to automatically set up the pager values based on the query and and Page query string value.

TabControl The TabControl provides a 'tabstrip' control to allow client side tab page selection. The control is primarily driven through client side code that activates raw HTML elements when tab buttons are clicked.

ErrorDisplay Control and MessageDisplay Pages These two controls provide an easy and consistent way to display error and informational messages consistently in your applications. ErrorDisplay is a page control to display errors or information messages. MessageDisplay is single line mechanism to display a pre-defined ASP.NET template page with custom header and content text. Both are ideal for error scenarios.