icelava wrote:I placed one or two of the Paging controls into a bare page, giving them fictitious number of items and page size, and just by clicking on the number "1" link button, it computes to page 5. Hmmm I think it may be easier to use Community Server's Pager control instead.....
I don't understand your statement. Even if it is easier to use Community Server's Pager control, I still would like to find out why the phenominal is happening
Best Regards, Kit Kai, MVP (SharePoint Portal Server)
kitkai wrote:So how do I add html tags in between those controls that i add to the control collections?
At first I made the page index start from 1, but later, I think datagrid's currentpageindex starts from 0 right? So I change it to start from 0, to standardise.
NoPreviousPage and NoNextPage is used to determine how many previous pages you want to show and how many next pages you want to show.
The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral
icelava wrote:protected override void Render(HtmlTextWriter writer)