G
Guest
Hi Guys, i am gettting the error:
'Object is an ambigous reference' while compiling the code.
heres my code:
void MyDataGrid_Page(Object sender, DataGridPageChangedEventArgs e)
{
startindex = e.NewPageIndex * MyDataGrid.PageSize;
MyDataGrid.CurrentPageIndex=e.NewPageIndex;
BindDataGrid();
}
Please help
Thanks
Manny
'Object is an ambigous reference' while compiling the code.
heres my code:
void MyDataGrid_Page(Object sender, DataGridPageChangedEventArgs e)
{
startindex = e.NewPageIndex * MyDataGrid.PageSize;
MyDataGrid.CurrentPageIndex=e.NewPageIndex;
BindDataGrid();
}
Please help
Thanks
Manny