Footer Pager in Custom paging
-
Dear all, I am using VS c# 2005 with .NET 2.0 and MS SQL SVR 2005. I am using ROW_NUMBER() to do the custom paging in gridview control.I am curios that how can i do the footer pagination like what the default paging do? Example , show the numbering and "..." at the bottom of gridview. any tips and suggestion are welcome. thanks in advance regards cocoonwls
-
Dear all, I am using VS c# 2005 with .NET 2.0 and MS SQL SVR 2005. I am using ROW_NUMBER() to do the custom paging in gridview control.I am curios that how can i do the footer pagination like what the default paging do? Example , show the numbering and "..." at the bottom of gridview. any tips and suggestion are welcome. thanks in advance regards cocoonwls
cocoonwls wrote:
I am curios that how can i do the footer pagination like what the default paging do?
Are you talking about Gridview paging or what ? If you want to gridview paging you just need to set AllowPaging =true and need to handle the event.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Dear all, I am using VS c# 2005 with .NET 2.0 and MS SQL SVR 2005. I am using ROW_NUMBER() to do the custom paging in gridview control.I am curios that how can i do the footer pagination like what the default paging do? Example , show the numbering and "..." at the bottom of gridview. any tips and suggestion are welcome. thanks in advance regards cocoonwls
-
cocoonwls wrote:
I am curios that how can i do the footer pagination like what the default paging do?
Are you talking about Gridview paging or what ? If you want to gridview paging you just need to set AllowPaging =true and need to handle the event.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Hi, You can create a footer pagination by yourself, and bind the gridview row number to it. The footer pagination can be whatever you like.