define GridView PageCount from codeBehind
Hello!
I have a gridview to display my search Result...
I need to databind it from codebehind so... I don't have datasourceid...
Can't I attribute some value to my gridView.Pagecount or somthing like that?
I call the exact rows fom my BLL, but I can't define my pageCount in order to see my pageLinks in gridView!
If I used a datasourceID, I have the possibility to define selectSountMethod! But I need to do it from codeBehind!
Thanks!
Max
|