Filtering data inside the Gridview Control?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hello,

Does anyone have an idea on how I can filter the data in the gridview
control that was returned by an sql query?

I have a gridview that works fine when I populate it with data. Now I want
to look at that data and filter it based on what is in it.

I know that this could have been done with data sets and data views in
asp.net 1.1 but how is this done now in asp.net 2.0?

Is there a way to do this?

Thanks,

J


.



Relevant Pages

  • SqlDataSource.Selecting before Page_Load on postback?
    ... I have a pretty simple page with a GridView, a DropDownList as a filter to ... But when I press the filter button and get a postback, the event order ... Page_Load before the Selecting event happens. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Gridview with multiple dropdowns for filtering
    ... I believe this presents an ideal case for using AJAX Cascading drop downs. ... I have a gridview populated by adapters/stored procedures. ... what I can't do is filter using a dropdown which lists values from ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Re: More master page woes!
    ... Here's my page load event..... ... The grid view is fed from an objectdatasource - I have added ... I do a Server.Transfer to a page which contains a gridview. ... filter and so the returned page just contains an un-filtered grid view. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: GridView Paging/Sorting without using the ObjectDataSource
    ... ObjectDataSource to populate the tabler, ... now I am creating a page to allow the user to filter the records returned, ... I am binding my Dataset to the gridview via the ... using the ObjectDataSource my paging and sorting features no longer work. ...
    (microsoft.public.dotnet.languages.csharp)
  • Gridview with multiple dropdowns for filtering
    ... I have a gridview populated by adapters/stored procedures. ... using dropdowns to filter data by the tradional progressive method (passing ... what I can't do is filter using a dropdown which lists values from ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)