|
TextBox Mask
|
1.1
|
Allows the developer to specify a 'mask' for client-side data entry. Mask
characters are '9' for numeric, 'A' for alpha and 'X' for alphanumeric. All
other mask characters are treated as literals. Microsoft JScript is used
so it only works with Internet Explorer 5.5+.
|
|
OptGroupLists
|
1.1
|
Implements the new Opt Group tag availble in IE 5.5+ and Netscape 6+.
|
|
ListBox
with Color
|
1.0
|
Allows adding of color to indivdual items in a ListBox. Color attributes are
maintained on PostBack.
|
|
CheckBoxList
with Image
|
1.0
|
This is a CheckBoxList control that(instead of Text) can use a different image next to each checkbox. Tested with JPG, ICO and GIF. It's a very basic attempt to implement the IRepeatInfoUser interface.
|
|
Dual ListBox
|
2.0
|
Rendered control with 2 Listboxes and 4 buttons. Javascript is sent to client to handle moving items back and forth between the ListBoxes without PostBack. The 4 Buttons handle "Move One" or "Move All" in either direction. Now allows setting of DataSource at design-time and implements IPostBackDataHandler for easier retrival of items at PostBack. Can bind to each ListBox separately. See ReadMe for usage.
|
|
ListBox with Double-click event.
|
1.0
|
Simple control that adds an onDblClick event to a ListBox.
|
|
Weather Forecast
|
1.0
|
Simple server control that processes the XML weather feed available from http://weather.interceptvector.com. Uses XSLT to transform the data.
|