* PagedDataSource.cs (PageCount): Return page count of 1 if there
authorJackson Harper <jackson@novell.com>
Mon, 3 Nov 2003 23:34:55 +0000 (23:34 -0000)
committerJackson Harper <jackson@novell.com>
Mon, 3 Nov 2003 23:34:55 +0000 (23:34 -0000)
commit925fc6f10b2e84877042cdf3c2a3fa8fbf605b91
tree1df2186b885d27fc7029f52b232db16011632c23
parent6cd2cb1cf63fccb90bc1e4793a560fb537d65f86
    * PagedDataSource.cs (PageCount): Return page count of 1 if there
paging is disabled. Patch by Yaron Shkop.
* PagedDataSource.cs (CopyTo): Improve. Patch by Yaron Shkop.
* TableStyle.cs (AddAttributesToRender): Render border style
collapse. Patch by Yaron Shkop.
* TableStyle.cs:
* TableItemStyle.cs:
* DataGridPagerStyle.cs: Call base copy and merge even if style is of
the wrong type. Patch by Yaron Shkop.

svn path=/trunk/mcs/; revision=19605
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
mcs/class/System.Web/System.Web.UI.WebControls/DataGridPagerStyle.cs
mcs/class/System.Web/System.Web.UI.WebControls/PagedDataSource.cs
mcs/class/System.Web/System.Web.UI.WebControls/TableItemStyle.cs
mcs/class/System.Web/System.Web.UI.WebControls/TableStyle.cs