MetaBuilders WebControls Server Control Library
Here's the list of controls available
Here's the list of controls available
- AdSense Ads - Controls to show your Google AdSense ads.
- CheckedListBox - A Listbox with checkboxes for selection
- ComboBox - The classic type-or-choose control.
- DataControlFields - Three fields for the GridView, BooleanField for boolean values (better than the CheckBoxField), LookupField for ID/Key data to a child datasource, and SelectorField for row selection using checkboxes or radiobuttons.
- DialogWindow - A set of controls which make creating dialog windows a lot easier
- DualList - move items back and forth between two listboxes to select the items
- DynamicListBox - a base control which stores changes to its list of items
- ExpandingButtons - hide and show a target control
- ExpandingPanel - hide and show the content of the panel
- FileUpload - A nicer wrapper than the builtin for basic file uploading
- GlobalRadioButton - A radiobutton which has a page-wide, cross-namingcontainer Group property
- Grouped Lists aka GroupedListBox and GroupedDropDownList enabled support of the html option grouping in extensions of the standard data controls.
- ListLink - A non-visual control which helps you create parent/child relationships between list controls
- MultiFileUpload is a nice compact UI that lets the user select more than one file to upload to the server.
- MultiViewBar is now free and included in the library, source and all.
- OneClick - non-visual control that helps the page developer avoid the dreaded double-button-click
- Polling - controls and framework for showing users simple web polls. Uses a provider framework, with built-in providers for Access and Sql Server.
- ParsingContainer - control which parses a string of server control markup at runtime
- QueryCall - Component which maps querystring parameters to methods in the codebehind
- RemoteWindow - Easy popup windows
- ResizeMonitor - causes a postback on browser-resize, if you need to keep track of dimensions in your app
- RollOverLink - the old mouse-over-out effect on images, made dead-easy
- RuntimeTemplate - Makes it easier to create templates for controls at runtime in code
- UpDown - the classic Windows Up/Down control for numeric entry.