G
Guest
int startOffset = (totalEmployees > 0) ?
(empGrid.CurrentPageIndex*empGrid.PageSize+1) : 0;
I can't find any reference to the ? syntax
any web reference would be appreciate..
many thanks
(empGrid.CurrentPageIndex*empGrid.PageSize+1) : 0;
I can't find any reference to the ? syntax
any web reference would be appreciate..
many thanks