TheConeHead
Programmer
I am getting data via:
but I only get "System.Data.DataRow" outputted - when I try to convert it to a string to output I get an error saying you cannot convert System.Data.DataRow to a string... any ideas?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
Code:
System.Data.DataRow tComment = commentsDS.Tables["table"].Rows[l];
but I only get "System.Data.DataRow" outputted - when I try to convert it to a string to output I get an error saying you cannot convert System.Data.DataRow to a string... any ideas?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)