2002-07-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index 621c88a8d12bc80688ccd17940adabe1ffe26cf4..f6c83aa351e88b5853e118a590476b9a7af0ad78 100644 (file)
@@ -1,3 +1,31 @@
+2002-07-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Control.cs: fixed related to ViewState. Added RemovedControl.
+
+       * ControlCollection.cs: notify owner of control removal.
+       
+       * CssStyleCollection.cs: almost rewritten to make it render the style
+       attribute after changes to it.
+
+       * Page.cs: follow the guidelines in 'Control execution lifecycle'.
+       Removed Xml code.
+
+       * StateBag.cs: don't use IDictionary.GetEnumerator on the
+       HybridDictionary: it makes the program give an InvalidCastException at
+       runtime. Why?
+
+2002-07-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Page.cs: fire Init and Load events for all children.
+
+2002-07-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UserControl.cs: New file.
+
+2002-07-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ControlBuilderAttribute.cs: finished implementation.
+
 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * ConstructorNeedsTagAttribute.cs: the default constructor sets the