Hi All,
How to select row from DataSet on basis of its content runtime?
Thanks & regards,
Swapnil.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Swapnil PalandePosted May 17, 2006, 9:10 AM
Adnan HasanPosted May 16, 2006, 8:14 AM
Use DataTable.Select() method to find rows according to criteria. DataSet do not have rows, these are DataTable present in DataSet, which actually have rows.
Regards,
Adnnn Hasan