N
neeraj
Hi
Could any one suggest me, is there any way to I get the all column
value from data row together?
For exp
Dim dr as datarow
Dim str as string
For each dr in tbl.datarow
'Here I want all column value of current row in one string type
variable with comma separated without using any loop (
like
Str = all column value of data row
next
Actually I want to convert data table to .csv file without using loop
for columns.
Is it possible?
Thanks
Could any one suggest me, is there any way to I get the all column
value from data row together?
For exp
Dim dr as datarow
Dim str as string
For each dr in tbl.datarow
'Here I want all column value of current row in one string type
variable with comma separated without using any loop (
like
Str = all column value of data row
next
Actually I want to convert data table to .csv file without using loop
for columns.
Is it possible?
Thanks