From a database if there is a simple text then text should display in a gridview, if in table the text is the name of image file then the image should display
Example
id text
---- -------
1 hello
2 hi
3 imagename.jpg
Now i want to display hello and hi in column[0] of gridview, also image(imagename.jpg) in the same column i.e column[0]…
pls help
I have done this