DataGrid
Hi
I want to populate data grid control with some values but i want every value to be a hyperlink
here is my code
DataGrid.DataSource = DataSet.Tables(0)
DataGrid.DataBind()
I have to columns i Table(0) and i would like second column to be a hyperlink. Haw can i do this and how can i make changes with other propertes of the columns in code.
Thanks
|