M
Miguel Dias Moura
Hello,
I have a dataset with 2 fields, [Text](String) and [Approved](Boolean).
I want to add, FROM the ASPX.VB Code, 2 columns:
1. Column which will display the Text field.
I need this column to recognize HTML tags.
The [Text] field might be something like
"<h1>Heading</h1><p>Paragraph</p>
2. Column which will display an image:
It will display "Verified.gif" if Approved is True.
It will display "NotVerified.gif" if Approved is False.
I have been trying to do this but until now I wasn't able to get what I
need.
Please, don't forget I am trying to create the columns from the ASPX.VB
code.
Could someone, please, help me with this?
Thank You,
Miguel
P.S: I am working on Asp.Net 2.0.
My GridView is allready binded to the dataset.
I have a dataset with 2 fields, [Text](String) and [Approved](Boolean).
I want to add, FROM the ASPX.VB Code, 2 columns:
1. Column which will display the Text field.
I need this column to recognize HTML tags.
The [Text] field might be something like
"<h1>Heading</h1><p>Paragraph</p>
2. Column which will display an image:
It will display "Verified.gif" if Approved is True.
It will display "NotVerified.gif" if Approved is False.
I have been trying to do this but until now I wasn't able to get what I
need.
Please, don't forget I am trying to create the columns from the ASPX.VB
code.
Could someone, please, help me with this?
Thank You,
Miguel
P.S: I am working on Asp.Net 2.0.
My GridView is allready binded to the dataset.