Tag: Sharepoint
-
Fetching Image from SharePoint 2007 picture library using object model
I thought this is an easy requirement to fetch Image form SharePoint 2007 picture library and bind to a System.Drwaing.Image object. But when I started doing that, I had to give my 3 to 4hrs. So here is the code snippet to fetch images from SharePoint 2007 Picture library. Namespace Required Function to return Image…