[UnderDevelopment] Page Design TODO UI Elements and ControlsType of Controls
Input ControlsButtons ControlOne of the simplest controls that that comes in three
List Controls
TODO Read Only ControlsLabel ControlsAdd Rotaotr Control
Validation ControlsData ControlsGrid View Control
XML Controls
Localize ControlSubstitution ControlWizardView and MultiView ControlChart ControlsData Repeater ControlThe Repeater Web server control is a container control that allows you to create custom lists out of any data that is available to the page. Adding a Repeater Web server control to a page requires several steps.Data List ControlGrid View ControlData Pager ControlQueryExtender ControlThe QueryExtender control is used to create filters for data that is retrieved from a data source, without using an explicit Where clause in the data source. The control can be used to filter data in markup of a Web page by using declarative syntax. It is an alternative to LINQDataSource Control that does not offer all the LINQ features. AjaxScriptManagerThe ScriptManager control manages client script for AJAX-enabled ASP.NET Web pages. By default, the ScriptManager control registers the script for the Microsoft Ajax Library with the page. This enables client script to use the type system extensions and to support features such as partial-page rendering and Web-service calls.http://msdn.microsoft.com/en-us/library/bb398863(v=vs.100).aspxScript Manager ProxyA server control that enables nested components to add script and service references if the page already contains a ScriptManager control.Update Panel ControlIt add partial-page update support. These controls remove the requirement to refresh the whole page with each postback, which improves the user experience. For more background on partial-page updates, see Partial-Page Rendering Overview. UpdateProgress ControlThe UpdateProgress control provides status information about partial-page updates in UpdatePanel controls. You can customize the default content and the layout of theUpdateProgress control. To prevent flashing when a partial-page update is very fast, you can specify a delay before the UpdateProgress control is displayed. |