2003-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 20 Aug 2003 01:24:43 +0000 (01:24 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 20 Aug 2003 01:24:43 +0000 (01:24 -0000)
commit4668e31142fb73ef448ed5a24d0297640b4f48b2
tree007bc3d043eee43bb57c9050a8e43728f7e8c730
parentd51e30ae5f79cc3190ee5fbd2a5afd0ad273a54a
2003-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ControlCollection.cs:
* EmptyControlCollection.cs: create a minimum ArrayList for this.

* BaseParser.cs: added setter for BaseVirtualDir.

* Page.cs: fixed message when restoring view state fails.
* UserControlParser.cs: set the BaseVirtualDirectory to handle the case
when a relative path to the control is given. Fixes bug #47685.

svn path=/trunk/mcs/; revision=17424
mcs/class/System.Web/System.Web.UI/BaseParser.cs
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/ControlCollection.cs
mcs/class/System.Web/System.Web.UI/EmptyControlCollection.cs
mcs/class/System.Web/System.Web.UI/Page.cs
mcs/class/System.Web/System.Web.UI/UserControlParser.cs