| 12345678910111213141516171819202122232425 |
- 2005-08-24 Chris Toshok <[email protected]>
- * MenuAdapter.cs (OnInit): Call "Page.RegisterRequiresControlState
- (Control)" as the docs point out.
- (LoadAdapterControlState): throw NIE and flag TODO.
- 2005-08-24 Chris Toshok <[email protected]>
- * HierarchicalDataBoundControlAdapter.cs (PerformDataBinding):
- this takes no arguments.
- 2005-08-24 Chris Toshok <[email protected]>
- * WebControlAdapter.cs, HierarchicalDataBoundControlAdapter.cs,
- DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs,
- MenuAdapter.cs: fix namespace.
-
- 2005-08-24 Chris Toshok <[email protected]>
- * DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs,
- HierarchicalDataBoundControlAdapter.cs, MenuAdapter.cs,
- WebControlAdapter.cs: initial implementations. Mostly completely
- (as per msdn2 docs, anyway).
|