c604ba28fcfbdccb7d50a165fea6203c614e8741
[mono.git] / mcs / class / System.Web / System.Web.UI.Adapters / ChangeLog
1 2009-08-20  Marek Habersack  <mhabersack@novell.com>
2
3         * ControlAdapter.cs: check if Control isn't null before using it.
4         CreateChildControls () must forward call to the control. Fixes bug
5         #517172
6
7 2008-01-15  Dean Brettle <dean@brettle.com> 
8
9         * ControlAdapter.cs: made control field internal so
10         derived internal classes can access it without using base.Control
11         which can involved several typecasts.
12
13 2008-01-12  Dean Brettle <dean@brettle.com> 
14
15         * PageAdapter.cs: implemented all members.
16         
17 2008-01-07  Dean Brettle <dean@brettle.com> 
18
19         * ControlAdapter.cs: implemented all members.
20         
21 2005-08-24  Chris Toshok  <toshok@ximian.com>
22
23         * PageAdapter.cs, ControlAdapter.cs: add MonoTODO's.
24
25 2005-08-18  Dick Porter  <dick@ximian.com>
26
27         * PageAdapter.cs, ControlAdapter.cs: 2.0 stubs
28
29 2004-08-04  Sanjay Gupta <gsanjay@novell.com>
30         
31         * WmlPostFieldType.cs : Added enumeration.