/ Published in: C#
Expand |
Embed | Plain Text
foreach (DataRow dataRow in ds.Tables["table"].Rows) { foreach (DataColumn dataColumn in ds.Tables["table"].Columns) Response.Write(dataRow["column"] + "<Br>"); }
Comments
Subscribe to comments
- Posted By: krisdb on February 19, 2008
You need to login to post a comment.
