dataset

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have a dataset with only one record.

I need to access the value in each column given its name.

How can I do this?

Thanks,

Miguel
 
Hello,

I have a dataset with only one record.

I need to access the value in each column given its name.

How can I do this?

MyDataSet.Tables[0].Rows[1]["...."].ToString();
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Dataset to Generic.List(Of MyClass) 4
DataSet to Generic List 1
Sort DataSet 2
DataSet 2
Empty DataSet and GridView 4
Get data from dataset 3
Remove Items 1
Asp DropDownList 1

Back
Top