S
Stephan Bour
I need to build a string from the content of a datalist containing a nested
datagrid.
This properly returns the data from the first cell in the datagrid:
String first = GridItem.Cells[0].Text;
However, I can't seem to apply the same technique to the datalist as ³Cells²
is not implemented. How does one retrieve the text from a datalist cell
then?
Thanks,
Stephan.
datagrid.
This properly returns the data from the first cell in the datagrid:
String first = GridItem.Cells[0].Text;
However, I can't seem to apply the same technique to the datalist as ³Cells²
is not implemented. How does one retrieve the text from a datalist cell
then?
Thanks,
Stephan.