merged Sys.Web.Services 2.0 support in my branch:
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.Adapters / ChangeLog
1 2005-08-24  Chris Toshok  <toshok@ximian.com>
2
3         * MenuAdapter.cs (OnInit): Call "Page.RegisterRequiresControlState
4         (Control)" as the docs point out.
5         (LoadAdapterControlState): throw NIE and flag TODO.
6
7 2005-08-24  Chris Toshok  <toshok@ximian.com>
8
9         * HierarchicalDataBoundControlAdapter.cs (PerformDataBinding):
10         this takes no arguments.
11
12 2005-08-24  Chris Toshok  <toshok@ximian.com>
13
14         * WebControlAdapter.cs, HierarchicalDataBoundControlAdapter.cs,
15         DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs,
16         MenuAdapter.cs: fix namespace.
17         
18 2005-08-24  Chris Toshok  <toshok@ximian.com>
19
20         * DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs,
21         HierarchicalDataBoundControlAdapter.cs, MenuAdapter.cs,
22         WebControlAdapter.cs: initial implementations.  Mostly completely
23         (as per msdn2 docs, anyway).
24
25