The Fusion8Design.WebControls.UI namespace is a collection of custom classes developed by Brian Scott that allow you to create and use custom Web server controls on a Web page.
For more information or to leave a comment or ask a question, please visit http://blogs.geekdojo.net/brian. If you find these controls useful, or use them in a project, I would appreciate a comment or link.
Thanks, and have fun.
| Class | Description |
|---|---|
| ListControlConverter | Converts a control on the Web Forms page that inherits from ListControl to a string. |
| RelationalDropDownList | Represents a control that allows the user to select a single item from a drop-down list. |
| RelationalListBox | Represents a control that allows the user to select a single item from a drop-down list. |
| Interface | Description |
|---|---|
| IRelationalListControl | Exposes common properties and methods of the relational list controls. |