Archive for February 24, 2012
Sharepoint Retrieve List Item Using CAML And SPQuery
Description: This article will show you how to get items from sharepoint list or document library with greater performance. This function is generic method which can be use in sharepoint implementation where you required to get list items. Before you query, you should have below inputs: 1. Site Url 2. List Name 3. Caml query […]
February 24, 2012
·
Infoyen ·
7 Comments
Tags: Accessing list items using the sharepoint object model, CAML Query, get list items from sharepoint list, Programmatically get list items from sharepoint list or library, read list items from sharepoint, Read sharepoint list using caml and SPQuery, SPQuery, Using CAML and SPQuery · Posted in: CAML, List, MOSS, SharePoint
Downloading File using stream on sharepoint page
Description This article will show you how to buffer data into a MemoryStream from a query and output the buffered data back to the browser as a dialog (with save open cancel). The Code: – The first step is to get object of SPSite and SPWeb. – Second steps is to get SPListItem object using […]
February 24, 2012
·
Infoyen ·
No Comments
Tags: download a document in SharePoint using stream, Download document using file bytes, Download sharepoint file into memorystream object, Downloading File using stream, Moss 2007 Tips & Tricks, SharePoint stream file for preview · Posted in: ASP .NET, MOSS, SharePoint, SharePoint 2010
How to add formatted code in blog
Hi, I wish to add code of any technical language may be c# or java etc into my blog. But it takes too much time to convert page in decent format. I want in proper format the way its there in our dev toll like Visual Studio. I search and found one good site who […]
February 24, 2012
·
Infoyen ·
No Comments
Tags: add formatted code in blog, hilite · Posted in: General