Lost your password?

Blogs about: Sharepoint Object Model

Featured Blog

How to open any documents in EDIT Mode from custom ASPX page

Sanket Shah wrote 1 hour ago: Requirement: We need to display documents from SharePoint Document Library into custom ASPX page and … more →

Tags: Personal Experience, SharePoint Document library, Sharepoint List, custom ASPX page, DispEx, DispEx SharePoint, Document Library, edit mode, How to open any documents in EDIT Mode from custom ASPX

Different Method of SP List Item Update

Sanket Shah wrote 1 hour ago: http://karinebosch.wordpress.com/walkthroughs/event-receivers-theory/ http://hristopavlov.wordpress. … more →

Tags: Sharepoint List, Different Method of SP List Item Update, MOSS 2007, SharePoint 2007, SP List, SP List Item, SP List Item Update

Error while cancelling/terminating workflow from SharePoint object model

Sanket Shah wrote 4 days ago: I had a requirement in which user can cancel / terminate workflow from custom ASPX page, I got good … more →

Tags: Personal Experience, Visual Studio Workflow - SharePoint, Workflow Errors, cancel / terminate workflow, cancelling/terminating workflow, cancelling/terminating workflow from object model, custom ASPX page, error while cancelling/terminating workflow from object, getting error while canceling workflow

SPGridView Problem - Paging and Grouping

sudharsank wrote 1 week ago: Hi guys, i hope u all enjoyed my previous posts. Here i would like to share some information regardi … more →

Tags: HOW TO?, SharePoint, SPGridView

Accessing SPUser from SPFiledUser

Saurabh Mittal wrote 2 months ago: Here requirement is to get the SPUser object from the SPFieldUser. Sharepoint stores the “People and … more →

Tags: SharePoint Tips and Tricks

How to remove the value from the OOB choice type field in the column in list

Saurabh Mittal wrote 2 months ago: Here the requirement is to add/remove value from the choice type field from the column created in li … more →

Tags: SharePoint Tips and Tricks

How to programmatically get the Profile of the user from the MySite profile page

Saurabh Mittal wrote 3 months ago: When we visit the MySite,there are two types of pages ,one is default page of the current user and o … more →

Tags: SharePoint Tips and Tricks

Creating custom groups and permissions associated with the groups

Saurabh Mittal wrote 3 months ago: Here i m going to create the custom groups,custom permission level and association or binding betwee … more →

Tags: SharePoint Tips and Tricks

Creating Custom Role Definition programmatically

Saurabh Mittal wrote 3 months ago: Sharepoint provides many permission level like Full control ,Contributor,visitor etc…but there … more →

Creating a long running operation page

Saurabh Mittal wrote 3 months ago: This is very good feature to show the long running operations page while creating certain background … more →

Tags: SharePoint Tips and Tricks

How to get all the web of which the current logged in user is part of(Added in any of the Groups)

Saurabh Mittal wrote 3 months ago: Scenario :We have a collection of web in the site collection,We need to get the collection of all th … more →

Tags: SharePoint Tips and Tricks

Creating Custom view of a list programmatically

Saurabh Mittal wrote 3 months ago: Objective here is to create a custom view of the list and then setting this custom view of the list … more →

Programmatically adding an item in the list

Saurabh Mittal wrote 3 months ago: In the previous post i have explained how  to create a list programmatically, here i am adding  an i … more →

Programmatically create a generic list

Saurabh Mittal wrote 3 months ago: SPSite site = new SPSite(“http://spvm:2409″); SPWeb oSubWeb = site.OpenWeb(); oSubWeb.Al … more →

Programmatically Adding List viewer Web part(for document Library) on the page

Saurabh Mittal wrote 3 months ago: Objective is to add the listviewer web part on the page programmatically. I have a document library … more →

Tags: Webparts

Code to create site using a template (Document workspace)

Saurabh Mittal wrote 3 months ago: This is sample code for creating the site programmatically using site template stored in the site te … more →

Using linq query to get the data from the list or any collection

Saurabh Mittal wrote 3 months ago: LINQ that allows to query SharePoint lists or any collection  using familiar LINQ syntax. LINQ stand … more →

Tags: SharePoint Tips and Tricks

Creating Search scopes programmatically

Saurabh Mittal wrote 3 months ago: Requirement:Creating the scopes programmatically and creating the rule for it We can create search s … more →

Injecting java script in sharepoint page programmatically using Http Module

Saurabh Mittal wrote 3 months ago: Objective here is to create a Modal Disclaimer when user tries to edit his details in his MySite. Fo … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS