K
Kelvin
Hi All,
I try to use the following microsft resolution web site, but still
have same problem.
http://support.microsoft.com/default.aspx?scid=kb;en-us;555074
I put the source code on "DataGrid_setPage"
try
{
//bind code
CheckOrder (null,null ); <---- Binding Function
}
catch(ArgumentOutOfRangeException)
{
datagrid1.currentpageindex = 0;
CheckOrder (null,null ); <---- Binding Function
//re-bind code
}
I also try to modify above code, I can't change pages. Pleasd advise.
I try to use the following microsft resolution web site, but still
have same problem.
http://support.microsoft.com/default.aspx?scid=kb;en-us;555074
I put the source code on "DataGrid_setPage"
try
{
//bind code
CheckOrder (null,null ); <---- Binding Function
}
catch(ArgumentOutOfRangeException)
{
datagrid1.currentpageindex = 0;
CheckOrder (null,null ); <---- Binding Function
//re-bind code
}
I also try to modify above code, I can't change pages. Pleasd advise.