* XmlDataSource.cs: refactored to use cached collection.
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Thu, 11 Jan 2007 16:16:50 +0000 (16:16 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Thu, 11 Jan 2007 16:16:50 +0000 (16:16 -0000)
commit18514d00ac3df0b20851548757624a8d0c44aa9c
tree9632e0f45ad6a42b29aefd54a8ac2caf3093e072
parent4499e7b3e34a82d3ee797a4d33cf7858f0cace7f
* XmlDataSource.cs: refactored to use cached collection.
* SqlDataSource.cs: refactored to use cached collection;
don't throw exception on 'DefaultView'.
* ObjectDataSource.cs: refactored to use cached collection.

svn path=/trunk/mcs/; revision=70861
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
mcs/class/System.Web/System.Web.UI.WebControls/ObjectDataSource.cs
mcs/class/System.Web/System.Web.UI.WebControls/SqlDataSource.cs
mcs/class/System.Web/System.Web.UI.WebControls/XmlDataSource.cs