I'm trying to display the ListItems in a gridview.
I am able to access the list items.
using (SPSite site = new SPSite("http://mysitehere......")) { using (SPWeb web = site.OpenWeb()) { SPList list = web.Lists["TestList"]; ....... ....... } }
Please help me in accessing the list images.