F
Franck Diastein
Hi,
I create from my CS code an HyperLinkColumn, and add it to a DataGrid
before binding data...
Then, I need to use text from that Column in ItemDataBound...
I do this:
e.Item.Cells[2].Text = e.Item.Cells[0].Text + "MyStuff";
the problem is that my Cell 2 only shows MyStuff instead of cell's 0
text AND MyStuff...
I think the problem cames from the fact that I create 'source' cell by
code, but I can't do it another way...
Any idea ?
TIA
I create from my CS code an HyperLinkColumn, and add it to a DataGrid
before binding data...
Then, I need to use text from that Column in ItemDataBound...
I do this:
e.Item.Cells[2].Text = e.Item.Cells[0].Text + "MyStuff";
the problem is that my Cell 2 only shows MyStuff instead of cell's 0
text AND MyStuff...
I think the problem cames from the fact that I create 'source' cell by
code, but I can't do it another way...
Any idea ?
TIA