Click here to Skip to main content
15,924,367 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all, I am a very new programmer especially to ASP.NET and C#.
I have a Gridview that shows the data as expected, using controls for columns etc and code behind to access a stored procedure to get the data.

I have sorting applied to the headers

and the ability to go 'Edit Mode' via the edit link.

I now would like to get some advice on adding text box filtering above each column header and still be able to go into edit mode on any of the filtered rows.

I see lots of subjects similar, but all seem to use the SQLDatasource control to which i dont use.

any advice would be greatly appreciated
Posted
Updated 24-Jan-13 4:57am
v2

1 solution

Refer below article,

Gridview Header Filter[^]
 
Share this answer
 
Comments
MoiD101 24-Jan-13 10:02am    
mmm thanks S, but i had already looked at that but it uses the header which i already have onclick sort on. I was after some text boxes above the headers where i can type the text into it and it only shows those rows (and are still editalbe).
I am a very inexperienced programmer so i struggle at best and i am not quite experienced enough to program a solution by myself

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900