* PagedDataSource.cs: fixed compilation. svn path=/trunk/mcs/; revision=6574
@@ -1,3 +1,7 @@
+2002-08-10 Gonzalo Paniagua Javier <[email protected]>
+
+ * PagedDataSource.cs: fixed compilation.
2002-08-08 Gaurav Vaish <[email protected]>
* DataGrid.cs - Added private method
@@ -97,6 +97,11 @@ namespace System.Web.UI.WebControls
{
return currentPageIndex;
}
+ set
+ {
+ currentPageIndex = value;
+ }
public IEnumerable DataSource