I'm trying to display the ListItems in a gridview.
I am able to access the list items but my image is getting displayed as url .
I am using dr["Category"] = SPEncode.HtmlEncode(Convert.ToString(oListItem["Category"])); The above line of code displays me the list items
but when i try to display the images, it displays to me as :
http://server/images/xyz.jpg in the gridview.
Please help me in accessing the list images.