Possible Duplicate:
Not displaying data in gridview when applying filter to a dataset
I am having a Dataset ds with contents of table emp with ename , pass , status as attributes .
I want to query the Dataset uing LINQ such that it returns records whose status is "out"
it worked when used on datatable when i use dataset data is not displayed
Please tell me how can i achieve this.Thanks in Advance