Now I band my grid with a database table-product table ,and every product records have self image,but I just save the image name in the table and the images are stored in server hard disk.
How to show image in the grid rows for every record,now I use this code DataTextFormatString="<img src='YourImageUrl' />" to show image in my grid,it can not work well,just show same image every rows.
Thx.
How to show image in the grid rows for every record,now I use this code DataTextFormatString="<img src='YourImageUrl' />" to show image in my grid,it can not work well,just show same image every rows.
Thx.