Adding hyperlink to databound gridview

Hi,

I have a GridView and a dataset.

I have programmatically bound a table in the dataset to the GridView.
The grid view currently has 3 columns.

How can I change the first column to display hyperlinks instead of just plain data? And also, how can i specify the hyperlink value?
[309 byte] By [deszling] at [2007-11-19 14:32:12]
# 1 Re: Adding hyperlink to databound gridview
Hi,

I'm reposting this msg as there was no reply.

Basically I wish to set one of the columns in my DataTable to have a hyperlink so that user can click on it and go to another page.

And how can i specify the link for each row?
deszling at 2007-11-9 11:48:20 >
# 2 Re: Adding hyperlink to databound gridview
May be U can use the property builder in your grid properties, and set it manually by uncheck the auto generated column.
or
Try to change the HTML code
saktya at 2007-11-9 11:49:20 >