Link to home
Start Free TrialLog in
Avatar of Jasmin01
Jasmin01Flag for South Africa

asked on

C Sharp - Return dataset row as a string

Hi.

I have the following line of code:  

tRow = dsSourceData.Tables(0).Rows(iCount)

I would like to return the row from this dataset to a string.  Can anyone help me?  Mere;y adding a .ToString at the end does not give me the result I am looking for.
ASKER CERTIFIED SOLUTION
Avatar of Easwaran Paramasivam
Easwaran Paramasivam
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial