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