Question:
On my page i have a Gridview fildet over SQl Auto witout Template Filds. All setting are code behind. ondataboundNow i have a Base64 String in the sql table and gridview dont schow image. i see the base64string in the result.
How i can convert the string to image in code behind section witout TemplateFilds in aspx. Templatefild is not able Gridview is dinamicel over multible combination of databases. Just the firs 2 columns are staic.
ASPX
Answer:
manipulate your SQL so the output is like below, How to display Base64 images in HTMLIf you have better answer, please add a comment about this, thank you!