Hi I used this linked to create my customized paging.
http://www.aspsnippets.com/Articles/Implement-Paging-in-Repeater-control-in-ASPNet.aspx
when the total number of page is 1000 it displays all 1-1000 in the pagination. Now i want is <<1 2 3 4 5 6 7 8 9 10 .... >> when click the dots << .. 11 12 13 14 15 16 17 18 19 20 ... >>
thanks in advance.