Hi experts,
I have a grid in .net 1.1
Now I am facing problem in paging that is I have given the property allowpaging=true;
and pagesize=10 and one more <pagerstyle> tag in aspx page.
and
Pageindexchanged function in aspx.cs page.
But i am getting exception like this
frmEmplProjReport
AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid
with ID dgProjreport when AllowPaging is set to true and the selected datasource
does not implement ICollection.
can u help me to solve this.
and one more thing if i make custompagesorting as true
then the grid shows only 10 items and no link for next pages.
thank you
// -1) {
theform = document.Form1;
}
else {
theform = document.forms["Form1"];
}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
}
// ]]>