In my application I have a gridview in which details of containers are stored and displyed.
There are many containers in this gridview, say more than 150 containers. I have implemented paging for this gridview as it contains many record. But its difficult for the user to go to every page and search one particular container. So i want a serach option for this.
What I need is to enter a containernumber in a textbox and when I click a button, it should redirect to that particular page in the gridview where that particular containernumber exists.
What should be done for this? I need the exact code. Please help.