I have a gridview control which display the student record from database. So now I want to implement the search function using text box control and the important thing is there should not be any postback. The search should have only on client side.
Go to the complete details ...