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

ChangeLog « 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: 9046ae81b92135e755a6626c2e59ae708091c052 (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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
2002-01-27      Gaurav Vaish <gvaish@iitk.ac.in>

	* TextBox.cs                  - All done except *Render* methods
	* TextBoxControlBuilder.cs    - Completed
	* Xml.cs                      - Partial Implementation

2002-01-26      Gaurav Vaish <gvaish@iitk.ac.in>

	* RadioButton.cs              - Completed
	* TextBox.cs                  - Partial Implementation

2002-01-25      Gaurav Vaish <gvaish@iitk.ac.in>

	* Panel.cs                    - Completed
	* TableItemStyle.cs           - Completed

2002-01-18      Gaurav Vaish <gvaish@iitk.ac.in>

	* TableCellCollection.cs      - Completed
	* TableRowCollection.cs       - Completed
	* TableHeaderCell.cs          - Completed
	* TableRow.cs                 - Completed

2002-01-09      Gaurav Vaish <gvaish@iitk.ac.in>

	* TableCellControlBuilder.cs  - Completed
	* Table.cs                    - Completed
	* TableCell.cs                - Completed

2002-01-07      Gaurav Vaish <gvaish@iitk.ac.in>

	* CheckBoxList.cs             - Completed
	* ButtonColumn.cs             - Completed
	* Button.cs                   - Completed

2001-12-28      Gaurav Vaish <gvaish@iitk.ac.in>

	* HyperLink.cs                - Completed
	* Image.cs                    - Completed
	* ImageButton.cs              - Completed
	* Label.cs                    - Completed
	* LabelControlBuilder.cs      - Completed
	* LinkButton.cs               - Completed
	* LinkButtonControlBuilder.cs - Completed
	* Literal.cs                  - Completed
	* LieteralControlBuilder.cs   - Completed
	* FontUnit.cs                 - Completed


2001-12-27      Gaurav Vaish <gvaish@iitk.ac.in>

	* Calendar.cs                 - Completed the functions of Render*,
	                                ViewStates (Track/View/Save),
	                                RaisePostBackEvent.
	                                Left: RenderAllDays (partially)

2001-12-21      Gaurav Vaish <gvaish@iitk.ac.in>

	* Calendar.cs                 - Added some more functions
	* Style.cs                    - Completed
	* ListItem.cs                 - Completed
	* ListItemCollection.cs       - Completed

  Made the first successful build of System.Web.dll that included System.Web.UI.WebControls!

2001-12-20	Gaurav Vaish <gvaish@iitk.ac.in>

	FontInfo.cs                 - Complete revamp. Completed

2001-12-19	Gaurav Vaish <gvaish@iitk.ac.in>

	ListItemCollection.cs       - Completed
	ListItem.cs                 - Initial Implementation
	Style.cs                    - Initial Implementation

  Right now I am in a total mood to do a successful build. Creating so many classes, completing classes in System.Web System.Web.UI namespaces.

2001-12-18	Gaurav Vaish <gvaish@iitk.ac.in>

	TODO                        - Properly added
	CheckBox.cs                 - Completed
	BaseDataList.cs             - Completed
	DayRenderEventArgs.cs       - Completed
	RepeaterItem.cs             - Initial implementation

2001-12-17	Gaurav Vaish <gvaish@iitk.ac.in>

	BaseCompareValidator.cs     - Completed
	AdRotator.cs                - Completed

2001-12-15	Gaurav Vaish <gvaish@iitk.ac.in>

	CommandEventArgs.cs         - Completed
	DataGridCommandEventArgs.cs - Completed
	RepeaterCommandEventArgs.cs - Completed
	DataListCommandEventArgs.cs - Completed
	CompareValidator.cs         - Partial Implementation

2001-12-02	Gaurav Vaish <gvaish@iitk.ac.in>

	CheckBoxList.cs            - Partial Implementation.
	                             All except "Render"

2001-12-01	Gaurav Vaish <gvaish@iitk.ac.in>

	ListControl.cs             - Completed

2001-11-30	Gaurav Vaish <gvaish@iitk.ac.in>

	CheckBox.cs                - Completed
	ListControl.cs             - Initial Implementation
	CheckBoxList.cs            - Started with it, but first needed
	                             ListControl. Left it.

2001-11-29	Gaurav Vaish <gvaish@iitk.ac.in>

	CalendarDay.cs             - Making a note that this
	                             has been implemented
	Calendar.cs                - Making a note that have made some changes.
	                             Unimplmented functions throw
	                             NotImplementedException
	CheckBox.cs                - Can now "Render" and "LoadPostData"


2001-11-08	Gaurav Vaish <gvaish@iitk.ac.in>
	WebControl.cs              - Total Revamp, Partial Implementation
	AdRotator.cs               - Able to load files
	AdCreatedEventArgs.cs      - Implemented

2001-11-05	Gaurav Vaish <gvaish@iitk.ac.in>
	Calendar.cs                - Initial Implementation
	ButtonColumn.cs            - Initial Implementation
	Button.cs                  - Initial Implementation
	BoundColumn.cs             - Initial Implementation
	BaseCompareValidator.cs    - Minor Changes
	DataList.cs, BaseValidator.cs, BaseDataList.cs
	                           - Added more functions, other changes
	
2001-10-28	Gaurav Vaish <gvaish@iitk.ac.in>
	WebControl.cs              - Initial Implementation
	DataList.cs                - Initial Implementation
	BaseValidator.cs           - Initial Implementation
	BaseDataList.cs            - Initial Implementation

2001-10-27	Gaurav Vaish <gvaish@iitk.ac.in>

	AdCreatedEventArgs.cs      - Initial Implementation
	AdCratedEventHandler.cs    - Implemented
	AdRotator.cs               - Initial Implementation
	BorderStyle.cs             - Implemented
	ButtonColumnStyle.cs       - Implemented
	CalendarSelectionMode.cs   - Implemented
	DayNameFormat.cs           - Implemented
	FirstDayOfWeek             - Implemented
	FontInfo.cs                - Partial Implementation
	FontSize.cs                - Implemented
	GridLines.cs               - Implemented
	HorizontalAlign.cs         - Implemented
	HyperLink.cs               - Initial Implementation
	ImageAlign.cs              - Implemented
	IRepeatInfoUser.cs         - Implemented
	ListItemType.cs            - Implemented
	ListSelectionMode.cs       - Implemented
	NextPrevFormat.cs          - Implemented
	PagerMode.cs               - Implemented
	PagerPosition.cs           - Implemented
	RepeatDirection.cs         - Implemented
	RepeatLayout.cs            - Implemented
	TextAlign.cs               - Implemented
	TextBoxMode.cs             - Implemented
	TitleFormat.cs             - Implemented
	UnitType.cs                - Implemented
	ValidationCompareOperator.cs
	                           - Implemented
	ValidationDataType.cs      - Implemented
	ValidationSummaryDisplayMode.cs
	                           - Implemented
	ValidatorDisplay.cs        - Implemented
	VerticalAlign.cs           - Implemented



// File Created 2001:11:13