Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 DataGrid / ListBox filter

Author  Topic 

kmartin
Starting Member

5 Posts

Posted - 2007-06-08 : 08:34:52
I have a ListBox being populated by one dataset and a DataGrid being populated by another, both datasets contain a field by which I would like to filter with:

ListBox being populated by distinct servers - DataGrid holds specific jobs for each specific server.

I would like to be able to click on one server and see the jobs for that one server in the DataGrid.

For the past three days I've been trying to accomplish this by linking the two objects with a DataViewFilter and I just keep getting errors left and right.
   

- Advertisement -