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: 44730b149e926545d15a399d8f96ce32a58a0463 (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
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