How to get 0-79 values only from dataTable

Hi All,

I am reading data from web page and storing in data table. In data table i have "Firm order column i need to take 0nly 0-79 values from that column. how to filter? i used select query its not working. Used filter data table as well which is of no use can some one suggest better solution?

Regards,
Hima

@thima

Try this:

yourDT.Select(“[ColumnName] < ‘79’”).CopyToDataTable

5 Likes

Thank you very much Its working

2 Likes

@thima

Could you please close this thread by marking my above post as solution.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.