ChangeLog 813 B

12345678910111213141516171819202122232425
  1. 2005-08-24 Chris Toshok <[email protected]>
  2. * MenuAdapter.cs (OnInit): Call "Page.RegisterRequiresControlState
  3. (Control)" as the docs point out.
  4. (LoadAdapterControlState): throw NIE and flag TODO.
  5. 2005-08-24 Chris Toshok <[email protected]>
  6. * HierarchicalDataBoundControlAdapter.cs (PerformDataBinding):
  7. this takes no arguments.
  8. 2005-08-24 Chris Toshok <[email protected]>
  9. * WebControlAdapter.cs, HierarchicalDataBoundControlAdapter.cs,
  10. DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs,
  11. MenuAdapter.cs: fix namespace.
  12. 2005-08-24 Chris Toshok <[email protected]>
  13. * DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs,
  14. HierarchicalDataBoundControlAdapter.cs, MenuAdapter.cs,
  15. WebControlAdapter.cs: initial implementations. Mostly completely
  16. (as per msdn2 docs, anyway).