Is it possible to create a custom Pager for the GridView control of ASP.NET that looks liek this?

If so, can anyone give me some ideas or some starting code into how to create it?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You just need fixed LinkButtons for previous & next and a LinkButton inside a Repeater control for the individual pages.
Have a look at this page for details: Custom Paging with the ASP.NET Repeater control