Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TODO « System.Web.UI.WebControls « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05abe9b822a8b583f094474c736f47ea1c3864eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
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