Hello Friends, I want to put a grid view in my "result.aspx" page so that all the information can be viewed. Here are 3 main points for the code: 1. show grid on button click (not on page load) 2. grid view should be editable and searchable 3. when user clicks on any column the data should be displayed in text box So far, I've successfully achieved point 1 and 3. Regarding point 2, main issue is how to search ?? Like there are thousands of records but how to search particular record within grid view ??
Member
12 Points
61 Posts
Search able grid view
May 25, 2013 09:42 AM|zain_mr89|LINK
Hello Friends,
I want to put a grid view in my "result.aspx" page so that all the information can be viewed.
Here are 3 main points for the code:
1. show grid on button click (not on page load)
2. grid view should be editable and searchable
3. when user clicks on any column the data should be displayed in text box
So far, I've successfully achieved point 1 and 3.
Regarding point 2, main issue is how to search ??
Like there are thousands of records but how to search particular record within grid view ??
gridview search asp.net asp
Contributor
2590 Points
2660 Posts
Re: Search able grid view
May 25, 2013 11:40 AM|wavemaster|LINK
http://www.mikesdotnetting.com/Article/180/Displaying-Search-Results-In-A-WebGrid
gridview search asp.net asp