From 47f3a806b14567c9a555da46821d94076602a7f8 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Fri, 10 May 2002 17:22:55 +0000 Subject: 2002-05-10 Duncan Mak * HtmlTableCellCollection.cs (this): Updated the indexer to return the right type, HtmlTableCell instead of HtmlTableRow. * TagPrefixAttribute.cs: Added to CVS. svn path=/trunk/mcs/; revision=4491 --- mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog') diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog index 92478d12eda..99a47caa63d 100644 --- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog @@ -1,5 +1,8 @@ 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. -- cgit v1.2.3