How to pass autogenrate columns of particular table using c#?
Answers
Answered by
0
I'm using a web service that returns a dataset. in this dataset there are 5 table, let's say table A, B, C, D, E. I use table A.
So
DataTable dt = new DataTable() dt = dataset.Table["A"]
So
DataTable dt = new DataTable() dt = dataset.Table["A"]
Similar questions