I have created a dataset and from this I want to retrieve values of a column into a variable. How can I do this?

Recommended Answers

All 2 Replies

once you have your dataset you can do this.

DataSet.Tables[IndexTable or NameTable].Rows[RowIndex][ColumnIndex].ToString()
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.