2002-05-10 Duncan Mak * HtmlTableCellCollection.cs (this): Updated the indexer to return the right type, HtmlTableCell instead of HtmlTableRow. * HtmlInputImage.cs (OnServerClick): Commented out parts that won't compile. * HtmlForm.cs (RenderAttributes): (RenderChildren): Commented out code that doesn't compile. 2002-05-07 Duncan Mak * 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 * HtmlAnchor.cs: Initial implementation. * HtmlTextArea.cs: Initial implementation. 2001-08-22 Bob Smith * HtmlContainerControl.cs: Initial implementation. * HtmlControl.cs: Initial implementation. * HtmlGenericControl.cs: Initial implementation.