Here requirement is to get the SPUser object from the SPFieldUser. Sharepoint stores the “People and Group” column value in following format id;#domain\user (eg. 1;#SPVM\user) .So we need to get the … more →
mitsworldSanket Shah wrote 1 hour ago: Requirement: We need to display documents from SharePoint Document Library into custom ASPX page and … more →
Sanket Shah wrote 1 hour ago: http://karinebosch.wordpress.com/walkthroughs/event-receivers-theory/ http://hristopavlov.wordpress. … more →
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 →
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 →
Saurabh Mittal wrote 2 months ago: Here requirement is to get the SPUser object from the SPFieldUser. Sharepoint stores the “People and … more →
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 →
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 →
Saurabh Mittal wrote 3 months ago: Here i m going to create the custom groups,custom permission level and association or binding betwee … more →
Saurabh Mittal wrote 3 months ago: Sharepoint provides many permission level like Full control ,Contributor,visitor etc…but there … more →
Saurabh Mittal wrote 3 months ago: This is very good feature to show the long running operations page while creating certain background … more →
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 →
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 →
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 →
Saurabh Mittal wrote 3 months ago: SPSite site = new SPSite(“http://spvm:2409″); SPWeb oSubWeb = site.OpenWeb(); oSubWeb.Al … more →
Saurabh Mittal wrote 3 months ago: Objective is to add the listviewer web part on the page programmatically. I have a document library … more →
Saurabh Mittal wrote 3 months ago: This is sample code for creating the site programmatically using site template stored in the site te … more →
Saurabh Mittal wrote 3 months ago: LINQ that allows to query SharePoint lists or any collection using familiar LINQ syntax. LINQ stand … more →
Saurabh Mittal wrote 3 months ago: Requirement:Creating the scopes programmatically and creating the rule for it We can create search s … more →
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 →