Yes,
I assume that the datasource you are binding the grid to contains the path of the image though.
In one of your datagrid columsn place an image control and, for the ImageURL property, do soemthing like this: '<%# Container.DataItem("ImageURL")%>' where ImageURL is the column that contains the path to your image.
HTH.
"The one language all programmers understand is profanity."
|