Dear all ;
i'm creating desk top application using vs2008 and LLBL
i want to apply paging to data grid view control ..
so assuming that i want to preview only 25 items per each page .. i think it will help my application to load faster
so i used this code:
instocksCollection1.GetMulti(instockFilter,0,null,null,path, PageNumber, PageSize);
now how can i get the total items on my table .. not the current viewed items on data grid view control ?