Bread Crumb Trail |
1.2 |
Will allow the developer to place this control anywhere on a site. When a page is visited (that hasn't been visited previously) a new link will be added. If they visit a page already in the hiearchy, the control will be reset to that page. |
Calendar Popup |
1.12 |
Allows you to easily create a popup calendar that does not require a postback to the server. Is supported for Netscape 4 and above. |
Collapsable Panel |
1.8 |
Allows you to easily create a section of content in your web form that can be collapsable. Support for IE 5+ and Netscape 6+. |
Faq Repeater |
1.2 |
This new data-bound templated control will allow you to add a Faq style listing of question and answers similar to what is found at Microsoft's Website. |
Masked Textbox |
1.7 |
Add a masked textbox control where you can define what you want your users to type in. Javascript support for IE 5+ and Netscape 6+. Built in RegularExpressionValidator that you can turn on and off, which helps for validation of data. |
Multi-Text List Controls |
1.2 |
These controls extend DropDownList and ListBox, allowing for the developer to add a second data-bound column to the List Item Text. Also adds new methods for easily selecting list items. |
Numeric Box |
1.8 |
Allows you to easily add a textbox to your webform and only allow numerical data to be entered. Javascript support for IE 5+ and Netscape 6+. |
Ordered Listbox |
1.3 |
This control extends my Multi-Text List Box control, allowing you to order the List Items by moving them up and down in the control. You also have the ability to move List Items from one Ordred List Box control to the other via PostBack or client side Javascript. |
Time Picker |
1.2 |
Allows you to easily create a popup time picker for easy selection of times throughout the day. |