Hi,
I am working on ASP.net4.0 using C#
I have DataTable, I want another DataTable from my existing DataTable where I can get a count based on:
- Status row in DataTable
- another DataTable having count based on "Owner" and Priority
My DataTable has following rows:
Application
Ref No
Title
Owner
By
Priority
Creation Date
Required Date
Status
Last Updated Date
Remarks
Please suggest
Can you be more specific with your question?
Are you looking to extract the values from the exisiting DataTable and create a new DataTable with that?