DataSet
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi guys, I just want to read a field in a column in a dataset. I dont want to fill a grid, i just want to check one filed for a value??? Regards
And your question is what? I'm going to assume it is how you read a field in a dataset. First, get the proper DataTable out of the Tables property of the DataSet; then find the appropriate Row in the Rows property of the DataTable, finally read the appropriate column out of that. James "Java is free - and worth every penny." - Christian Graus