Grid View Paging ?
-
Dear Friends, I have a web application,in which I need a paging in Grid view which has to have following output: First Prev 1 2 3 4 5 Next Last I have done Paging with the following format- 1 2 3 ... >> or << ... 2 3 4 But can anyone help me ,how to show numeric links,also limited no. of numeric links can be visible(3 ta a time) with string values. Thanking You
sanjay kumar samantaray
-
Dear Friends, I have a web application,in which I need a paging in Grid view which has to have following output: First Prev 1 2 3 4 5 Next Last I have done Paging with the following format- 1 2 3 ... >> or << ... 2 3 4 But can anyone help me ,how to show numeric links,also limited no. of numeric links can be visible(3 ta a time) with string values. Thanking You
sanjay kumar samantaray
My suggession is you can add link buttons for first,next,previous and last in the footer and write appropriate codings. If there is any other option means please tell me also.
VanithaVasu