Exforsys.com
 
Home Tutorials ASP.NET 2.0
 

ASP.NET 2.0 Tutorials : GridView Filtering

 

ASP.NET 2.0 Tutorials : GridView Filtering

Page 1 of 2

ASP.NET 2.0 Tutorials : GridView Filtering

In this tutorial you will learn how to add a filter to a Grid View Control, To modify the query with a parameterized filter, the WHERE Clause, Parameter properties, Parameter Value Editor and To test filtering.



Adding Filtering

If the developer wants to display only selected data in a page, the query for the SqlDataSource control will have to be modified. The first step in this process is to add a Textbox control where the users can enter the filter condition. The filter condition then becomes the parameterized filter (WHERE clause).


1. In the Toolbox, from the Standard folder, drag a TextBox control and a Button control onto the page.


2. The Button control is used only to post the page to the server.


3. In the Properties window for the TextBox control, set the ID property to StudentNametext.


4. Type Student Name or similar text before the text box to act as a caption.


5. In the Properties window for the Button control, change the Text property to Submit.


The query will now have to be modified to add the filter.


To modify the query with a parameterized filter

1. Right-click the SqlDataSource control, and then click Show Smart Tag.


2. On the SqlDataSource Tasks menu, click Configure Data Source



3. The Configure Data Source < Datasourcename > wizard appears.

4. Click Next.

5. The wizard displays the SQL command currently configured for the SqlDataSource control.



6. Click WHERE.


7. The Add WHERE Clause page appears.




8. In the Column list, click Student Name.


9. In the Operator list, click =.


10. In the Source list, click Control.


11. Under Parameter properties, in the Control ID list, click StudentNameText.


12. The preceding five steps specify that the query will get the search value for Student Name from the TextBox control that was added in the preceding procedure.



13. Click Add.


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


Read Next: ASP.NET 2.0 : Adding Sorting and Paging in GridView



 

 

Comments


Abbad said:

  Thanks for this article. Helped :)
August 4, 2006, 3:52 am

JUSTIN said:

  You Rule
November 11, 2006, 8:28 pm

DYim said:

  Very nice tutorial! =) Thanks!
May 16, 2007, 9:13 am

sadjoker said:

  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..!!!
June 26, 2007, 9:42 am

Chamindra said:

  Thank you so much for this tutorial !
I learned a lot :)


November 22, 2007, 2:21 am

Red said:

  outstanding!!!
January 13, 2008, 10:45 am

Thia said:

  Hi :) Very useful tuto! But I have a little request... How can I filter my gridview by the column I select in a dropDownList?
February 7, 2008, 9:42 am

Shela said:

  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.
August 26, 2008, 11:59 am

dhiraj said:

  nice tutorial dear.It helps me a lot.
January 9, 2009, 5:19 am

Lipi said:

  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.
June 11, 2009, 3:05 am

Post Your Comment:

Members Please Login
Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe    

Sponsored Links

 

Subscribe via RSS


Get Daily Updates via Subscribe to Exforsys Free Training via email


Get Latest Free Training Updates delivered directly to your Inbox...

Enter your email address:


 

Subscribe to Exforsys Free Training via RSS
 

 
Partners -  Privacy and Legal Policy -  Site News -  Contact   Sitemap  

Copyright © 2000 - 2009 exforsys.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape