Some useful web controls for use in ASP.NET 2.0 applications.
Class | Description |
---|---|
ObjectEditor | A Control that renders text boxes to edit a DBObject |
TextSectionDisplayer | A control to render a TextSection to an HTML page |
TreeDisplayer | Displays a forest of trees, using HTML unordered lists |
Delegate | Description |
---|---|
AfterObjectDeletedDelegate | Called after an object is deleted |
AfterObjectSavedDelegate | Called after the object has been saved |
BeforeSaveDelegate | Called after the object has been saved |
EditCancelledDelegate | A delegate to take care of saving the object |
NodeToHtmlDelegate | A delegate that gets an HTML representation for the treenode |
ObjectDeleteDelegate | A delegate to take care of saving the object |
ObjectSaveDelegate | A delegate to take care of saving the object |