Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
| |
E-mail
Sign In
A coworker asked me how to do this so I thought I would add it here
mylabel.Text = myDataSet.Tables[0].Rows[0].item["column"];C#mylabel.Text = myDataSet.Tables[0].Rows[0]["column"].ToString();