R
Roopashree BR via .NET 247
I have a datagrid which is populated with the values from the database and has a column named Description. According to value of Description, the text of the Description is to be changed to hyperlink.
eg. If its value is XX --- then display hyperlink for this value alone in the column
Elseif its value is YY --- then display normal label or text.
Is there any other way than using Datagrid to accomplish above.
eg. If its value is XX --- then display hyperlink for this value alone in the column
Elseif its value is YY --- then display normal label or text.
Is there any other way than using Datagrid to accomplish above.