dotnet tutorials
How to get a particular column value from dataset
DataSet ds;
string data = ds.Tables[0].Rows[0].ItemArray[0].ToString();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment