• Brandie Tarvin (10/30/2015)


    Okay DataTables are a C# thing? I honestly did think you were talking SQL Server. And now DataViews?

    In this context, yes C# as in .NET

    Look up DataSets, DataTable and DataViews as they all have different uses, methods and can be filtered or even have LINQ queries applied to them.

    The only reason I suggested using a local table was that you was executing a query once per job to retrieve data. Using a local table and grid would alleviate any hard coding between each job and the controls used to display the results.

    My suggestion would be to write one query to return all jobs details/results, filter the data using your config list and put the results in a GridView.

    Far away is close at hand in the images of elsewhere.
    Anon.