Re: HyperLinkColumn problem

Tech-Archive recommends: Fix windows errors by optimizing your registry



This works like a charm :-)

Thnaks

King regards !!!

souri challa wrote:
I just noticed that you're trying to add a column not control in the
cell.
try the following

e.Item.Cells[2].Text = ((HyperLink)e.Item.Cells[0].Controls[0]).Text;

HTH,
Souri

.