Show compound field in gridview
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi I have a field in database that contain both text and image I want to display this field in gridview please help me. :confused:
Use TemplateColumns[^]
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh: -
Use TemplateColumns[^]
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh:In This case that you mention you have a field that only contain picture but I have one field that contain picture and text like this "
This is test as an example" when I bound it to gridview it doesn't show me the image and gridview treat with this case like a text so what can I do to solve it?