Need your expertise on this problem of mine.
I have a gridview and detailsview connected with each other, filtering of records in gridview is working fine, but the problem is when I try to edit a record in the detailsview which is the result of the the filter method from gridview, the results from filter method disappears and shows all the records from the table instead.
Loading
Herald SuvaPosted Dec 13, 2010, 8:36 PM
I have a dropdownlist box which has the list of gridview columns to be filtered, a textbox for the value and a button to do the filter.
The filtration is working, but when i clicked on the row which is the result of the filtration the page is reloading and it shows all the records, filtered result are being removed.
CrishPosted Dec 13, 2010, 4:29 AM
I had same problem.I will give you link.you can refer this link,It will help you to solve your problem of Gridview filter result.
http://www.eggheadcafe.com/tutorials/aspnet/c67c4daa-83c2-4baa-aea4-2c8855527acb/aspnet-gridview-filterin.aspx