Custom Paging with limited no. of numeric links!!!
Dear Friends,
I have a web application,in which I need a paging in DataGrid (Custom Paging) which has a look as follows-
[u]First</u> [u]Prev</u> [u]1</u> [u]2</u> [u]3</u> [u]4</u> [u]5</u> [u]Next</u> [u]Last</u>
The Numeric Links are of limiten numbers. i.e.,5 numeric link can come at a time,not more than that.
I have done Custom Paging with the following format-
[u]First</u> [u]Prev</u> [u]Next</u> [u]Last</u>
But can anyone help me ,how to show numeric links(with custom paging)
,also limited no. of numeric links can be visible(5 ta a time).
Thanking You
kudzuconf
|