Tutorials
ASP.NET 2.0
ASP.NET 2.0 Tutorials : GridView Filtering
ASP.NET 2.0 Tutorials : GridView Filtering - Page 2.
.

14. The WHERE clause that was created is displayed in a box at the bottom of the page.
15. Click OK to close the Add WHERE Clause page.
16. The Configure Data Source < Datasourcename > wizard again appears.
17. Click Next.
18. On the Test Query page, click Test Query.
19. The wizard displays the Parameter Values Editor page, which prompts for a value to use in the WHERE clause.

20. In the Value box, type Higgins, James and then click OK.
21. The record for Higgins, James is displayed.

22. Click Finish to close the wizard.
23. The filtering can now be tested.
1. Press CTRL+F5 to run the page.
2. In the text box, type Marple, Jane and then click Button.
3. The record for Marple, Jane is displayed in the GridView control.

First Page: ASP.NET 2.0 Tutorials : GridView Filtering
| Thanks for this article. Helped :) |
| You Rule |
| Very nice tutorial! =) Thanks! |
| hi. good working but something is missing. If we want to show all data when the page is load, what can we do? this is the one of I am searching..!!! |
|
Thank you so much for this tutorial ! I learned a lot :) |
| outstanding!!! |
| Hi :) Very useful tuto! But I have a little request... How can I filter my gridview by the column I select in a dropDownList? |
|
That was nice , Thanks. Is there is a way that the search could be on text change not after submitting button, also one that can be done using javascript to avoid the post back that will cause performance problems in the application. Please advice . Thanks in advance. |
| nice tutorial dear.It helps me a lot. |
|
hi , thanks for this tutorial..... But I am unable to show this GridView Filtered data in the Model popup extender(AJAX Toolkit). I could not understand the problem.... Please give any suggestion for this. |