2002-07-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 17 Jul 2002 16:07:33 +0000 (16:07 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 17 Jul 2002 16:07:33 +0000 (16:07 -0000)
commitd2e41bdda362e9c152fd7ab26405372a46df1e2d
treedec020b6c767368c9b881ce6ce7e9eb2f6ed9e15
parent6474c2d013d1164e88ec4cc5f15b45c14d117d76
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?

svn path=/trunk/mcs/; revision=5863
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/Control.cs
mcs/class/System.Web/System.Web.UI/ControlCollection.cs
mcs/class/System.Web/System.Web.UI/CssStyleCollection.cs
mcs/class/System.Web/System.Web.UI/Page.cs
mcs/class/System.Web/System.Web.UI/StateBag.cs