Ravi Kumar
How to disply image in datagrid from database?
By Ravi Kumar in ASP.NET on Nov 16 2006
  • Nov, 2006 21

    you can store the image name (file name) in the database instead of storing the image itself (best practice), when you load the data into the datagrid, you can use the item_databound event to change the image name to the image it self, try something like this:

    e.item.cells(3).text = replace(e.item.cell(3).text,""

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS