I am looking for paging in which I can enter values in a box to reach at desired page something like this.

I googled it. but could not find this. Help me if you have links or code.
I am working on asp.net 4.0.
Thanks
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.
There’s no out of the box functionality. To do that, you’d need to override the
DataBoundevent of the gridview and add a custom pager row. This CodeProject tutorial or this article might get you started.