2005-09-23 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 23 Sep 2005 23:32:07 +0000 (23:32 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 23 Sep 2005 23:32:07 +0000 (23:32 -0000)
commitfcb9fa195ec9fab64025daf22e3ca4ef1fa0adea
tree49e7f7a6a519e6606660239baf492616a5bde057
parent070d6e9ba9b6554a4ece2432c55caaaba16c3136
2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>

* DataBindingCollection.cs: Using an hashtable is a nice trick but
we need to copy values (not the DictionaryEntry) in CopyTo.
* Page.cs: IsValid throws an exception if the page hasn't be
validated. VerifyRenderingInServerForm doesn't throw an exception
during unit testing (without a context?) but does in normal ops.

svn path=/trunk/mcs/; revision=50651
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/DataBindingCollection.cs
mcs/class/System.Web/System.Web.UI/Page.cs