How to show image in a datagridview cell called from a URL stored in an SQL database

  • Thread starter Thread starter ikeni
  • Start date Start date
I

ikeni

Guest
I am using Visual Studio 2008 creating a Windows Form to display a datagrid with real estate information. The SQL database record contains a dozen fields of text which I have no problem displaying. My problem is one of the columns contains a url which links to a picture on a remote third party server. I need to display a thumb nail picture on the grid row based on the stored url. When I edit the gridview column I see there is a "column type" setting and in the dropdown is DataGridViewImageColumn. I dont see any URL setting where I can bind the sql field to.

Any help would be greatly appreciated.

Continue reading...
 
Back
Top