Umm I;m creating a table at runtime. I'm creating TableCells, it's been working fine till now. I have some stuff added to the TableCell.Text and it worked fine, but now that I'm also adding a linkButton control to the cell, all the text disappears and only the link button shows up.

What's wrong with what I'm doing? how can I preserve the text in the tableCell when I add the linkButton control to it?