TODO 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. All Classes, Interfaces, Structures, Delegates and Enumerations
  2. <attributesIssue>
  3. Attributes may have to be supplied to the classes. Some of the attributes
  4. include DefaultPropertyAttribute, ToolboxItemAttribute, ParseChildrenAttribute
  5. (to be added to System.Web.UI) etc. Currently, I have not taken care of these
  6. aspects. They are to be handled later on.
  7. </attributesIssue>
  8. <disposableItemsIssue>
  9. I have not taken care of any disposing issues that may be involved. But I think
  10. it will not be a problem since I am no where using unmanaged code.
  11. </disposableItemsIssue>
  12. <legends>
  13. *: Completed
  14. &: Work in progress. See <item-name>.cs file for maintainer's name
  15. </legends>
  16. * AdCreatedEventArgs
  17. * AdRotator
  18. * BaseCompareValidator
  19. * BaseDataList
  20. & BaseValidator
  21. & BoundColumn
  22. * Button
  23. * ButtonColumn
  24. & Calendar
  25. * CalendarDay
  26. * CheckBox
  27. * CheckBoxList
  28. * CommandEventArgs
  29. & CompareValidator
  30. CustomValidator
  31. & DataGrid
  32. DataGridColumn
  33. * DataGridColumnCollection
  34. * DataGridCommandEventArgs
  35. & DataGridItem
  36. * DataGridItemCollection
  37. * DataGridItemEventArgs
  38. * DataGridPageChangedEventArgs
  39. DataGridPagerStyle
  40. * DataGridShortCommandEventArgs
  41. DataKeyCollection
  42. & DataList
  43. * DataListCommandEventArgs
  44. DataListItem
  45. * DataListItemCollecton
  46. * DataListItemEventArgs
  47. * DayRenderEventArgs
  48. * DropDownList
  49. EditCommandColumn
  50. * FontInfo
  51. * FontNamesConverter
  52. & FontUnitConverter
  53. * HyperLink
  54. * HyperLinkColumn
  55. * HyperLinkControlBuilder
  56. * Image
  57. * ImageButton
  58. * Label
  59. * LabelControlBuilder
  60. * LinkButton
  61. * LinkButtonControlBuilder
  62. * ListBox
  63. * ListControl
  64. * ListItem
  65. * ListItemCollection
  66. * ListItemControlBuilder
  67. * Literal
  68. * LiteralControlBuilder
  69. * MonthChangedEventArgs
  70. * PagedDataSource
  71. * Panel
  72. * PlaceHolder
  73. * PlaceHolderControlBuilder
  74. * RadioButton
  75. & RadioButtonList
  76. * RangeValidator
  77. * RegularExpressionValidator
  78. Repeater
  79. * RepeaterCommandEventArgs
  80. & RepeaterItem
  81. * RepeaterItemCollection
  82. * RepeaterItemEventArgs
  83. & RepeatInfo
  84. * RequiredFieldValidator
  85. * SelectedDatesCollection
  86. * ServerValidateEventArgs
  87. * Style
  88. * Table
  89. * TableCell
  90. * TableCellCollection
  91. * TableCellControlBuilder
  92. * TableHeaderCell
  93. * TableItemStyle
  94. * TableRow
  95. * TableRowCollection
  96. * TableStyle
  97. * TargetConverter
  98. * TemplateColumn
  99. & TextBox
  100. * TextBoxControlBuilder
  101. * UnitConverter
  102. * ValidatedControlConverter
  103. & ValidationSummary
  104. & WebColorConverter
  105. & WebControl
  106. & Xml
  107. * IRepeatInfoUser
  108. * FontUnit
  109. * Unit
  110. * AdCreatedEventHandler
  111. * CommandEventHandler
  112. * DataGridCommandEventHandler
  113. * DataGridItemEventHandler
  114. * DataGridPageChangedEventHandler
  115. * DataGridSortCommandEventHandler
  116. * DataListCommandEventHandler
  117. * DataListItemEventHandler
  118. * DayRenderEventHandler
  119. * MonthChangedEventHandler
  120. * RepeaterCommandEventHandler
  121. * RepeaterItemEventHandler
  122. * ServerValidateEventHandler
  123. * BorderStyle
  124. * ButtonColumnType
  125. * CalendarSelectionMode
  126. * DayNameFormat
  127. * FirstDayOfWeek
  128. * FontSize
  129. * GridLines
  130. * HorizontalAlign
  131. * ImageAlign
  132. * ListItemType
  133. * ListSelectionMode
  134. * NextPrevFormat
  135. * PagerMode
  136. * PagerPosition
  137. * RepeatDirection
  138. * RepeatLayout
  139. * TextAlign
  140. * TextBoxMode
  141. * TitleFormat
  142. * UnitType
  143. * ValidationCompareOperator
  144. * ValidationDataType
  145. * ValidationSummaryDisplayMode
  146. * ValidatorDisplay
  147. * VerticalAlign