ChangeLog 833 B

1234567891011121314151617181920212223
  1. 2002-05-07 Duncan Mak <[email protected]>
  2. * HtmlSelect.cs (TrackViewState): Added 'new' keyword to avoid
  3. clashing with the method defined in the parent class.
  4. (OnDataBinding): Added missing casts.
  5. * HtmlForm.cs (Render): Fixed call too SetAttribute, need to cast
  6. 'this' to IAttributeAccessor before calling interface method.
  7. Also renamed some calls to reflect changes in the API.
  8. * HtmlControl.cs (WriteOnClickAttribute): Made it not static and
  9. fixed a typo.
  10. 2001-09-03 Leen Toelen <[email protected]>
  11. * HtmlAnchor.cs: Initial implementation.
  12. * HtmlTextArea.cs: Initial implementation.
  13. 2001-08-22 Bob Smith <[email protected]>
  14. * HtmlContainerControl.cs: Initial implementation.
  15. * HtmlControl.cs: Initial implementation.
  16. * HtmlGenericControl.cs: Initial implementation.