| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- All Classes, Interfaces, Structures, Delegates and Enumerations
- <attributesIssue>
- Attributes may have to be supplied to the classes. Some of the attributes
- include DefaultPropertyAttribute, ToolboxItemAttribute, ParseChildrenAttribute
- (to be added to System.Web.UI) etc. Currently, I have not taken care of these
- aspects. They are to be handled later on.
- </attributesIssue>
- <disposableItemsIssue>
- I have not taken care of any disposing issues that may be involved. But I think
- it will not be a problem since I am no where using unmanaged code.
- </disposableItemsIssue>
- <legends>
- *: Completed
- &: Work in progress. See <item-name>.cs file for maintainer's name
- </legends>
- * AdCreatedEventArgs
- * AdRotator
- * BaseCompareValidator
- * BaseDataList
- & BaseValidator
- & BoundColumn
- * Button
- * ButtonColumn
- & Calendar
- * CalendarDay
- * CheckBox
- * CheckBoxList
- * CommandEventArgs
- & CompareValidator
- CustomValidator
- & DataGrid
- DataGridColumn
- * DataGridColumnCollection
- * DataGridCommandEventArgs
- & DataGridItem
- * DataGridItemCollection
- * DataGridItemEventArgs
- * DataGridPageChangedEventArgs
- DataGridPagerStyle
- * DataGridShortCommandEventArgs
- DataKeyCollection
- & DataList
- * DataListCommandEventArgs
- DataListItem
- * DataListItemCollecton
- * DataListItemEventArgs
- * DayRenderEventArgs
- * DropDownList
- EditCommandColumn
- * FontInfo
- * FontNamesConverter
- & FontUnitConverter
- * HyperLink
- * HyperLinkColumn
- * HyperLinkControlBuilder
- * Image
- * ImageButton
- * Label
- * LabelControlBuilder
- * LinkButton
- * LinkButtonControlBuilder
- * ListBox
- * ListControl
- * ListItem
- * ListItemCollection
- * ListItemControlBuilder
- * Literal
- * LiteralControlBuilder
- * MonthChangedEventArgs
- * PagedDataSource
- * Panel
- * PlaceHolder
- * PlaceHolderControlBuilder
- * RadioButton
- & RadioButtonList
- * RangeValidator
- * RegularExpressionValidator
- Repeater
- * RepeaterCommandEventArgs
- & RepeaterItem
- * RepeaterItemCollection
- * RepeaterItemEventArgs
- & RepeatInfo
- * RequiredFieldValidator
- * SelectedDatesCollection
- * ServerValidateEventArgs
- * Style
- * Table
- * TableCell
- * TableCellCollection
- * TableCellControlBuilder
- * TableHeaderCell
- * TableItemStyle
- * TableRow
- * TableRowCollection
- * TableStyle
- * TargetConverter
- * TemplateColumn
- & TextBox
- * TextBoxControlBuilder
- * UnitConverter
- * ValidatedControlConverter
- & ValidationSummary
- & WebColorConverter
- & WebControl
- & Xml
- * IRepeatInfoUser
- * FontUnit
- * Unit
- * AdCreatedEventHandler
- * CommandEventHandler
- * DataGridCommandEventHandler
- * DataGridItemEventHandler
- * DataGridPageChangedEventHandler
- * DataGridSortCommandEventHandler
- * DataListCommandEventHandler
- * DataListItemEventHandler
- * DayRenderEventHandler
- * MonthChangedEventHandler
- * RepeaterCommandEventHandler
- * RepeaterItemEventHandler
- * ServerValidateEventHandler
- * BorderStyle
- * ButtonColumnType
- * CalendarSelectionMode
- * DayNameFormat
- * FirstDayOfWeek
- * FontSize
- * GridLines
- * HorizontalAlign
- * ImageAlign
- * ListItemType
- * ListSelectionMode
- * NextPrevFormat
- * PagerMode
- * PagerPosition
- * RepeatDirection
- * RepeatLayout
- * TextAlign
- * TextBoxMode
- * TitleFormat
- * UnitType
- * ValidationCompareOperator
- * ValidationDataType
- * ValidationSummaryDisplayMode
- * ValidatorDisplay
- * VerticalAlign
|