Archive for June, 2012
Add User To SharePoint Group Programmatically
Introduction: In this article I will describe that how to add Share point user to share point group programmatically. This will use below terms:- 1. AllowUnsafeUpdates: Before we update we will set AllowUnsafeUpdates to true. 2. SPGroup: We will create object sharepoint group in which we need to user. 3. AddUser: SPGroup.AddUser will add user […]
June 25, 2012
·
Infoyen ·
2 Comments
Tags: MOSS, SharePoint · Posted in: General, MOSS, Security, SharePoint
Create group, permission and assign it programmatically
Introduction In this article I will describe that how to create Sharepoint group, permission and assign permission to group programmatically using feature. This will use below terms:- 1. SPGroup: We wll create sharepoint group. 2. RoleDefinition: We will create custom permission. 3. RoleAssignment: Assign custom permission to group.
June 24, 2012
·
Infoyen ·
No Comments
Tags: MOSS, SharePoint · Posted in: MOSS, Security, SharePoint
Microsoft SharePoint 2010 Business Intelligence Event online
Its Microsoft online event :- SharePoint 2010 Business Intelligence Event online Registration already closed.
June 21, 2012
·
Infoyen ·
No Comments
Tags: MOSS, SharePoint · Posted in: General, MOSS, SharePoint
Changing the SharePoint Welcome Page Programmatically
Introduction: Sometimes you will have a feature which you activate on a sub site where you want to change the “Welcome Page” or landing page to be a custom one. Here is a sample on how you can change default.aspx to be a new page like welcome.aspx or home.aspx etc that you have just created.
June 20, 2012
·
Infoyen ·
No Comments
Tags: MOSS, SharePoint · Posted in: MOSS, SharePoint
Custom Timer Job in SharePoint
Introduction:- This article describes; that how to create custom timer job for SharePoint Server which will cover below points:- – Timer job basic understanding. – Creating feature xml – Creating feature receiver class – Creating TimerJobdefinition class – Pass site url to timer job and store timer job property bag without any hard coding
June 16, 2012
·
Infoyen ·
No Comments
Tags: MOSS, SharePoint, Timer Job · Posted in: MOSS, SharePoint
Pass Web Part property value to user control
Introduction: In this article I will describe that how to pass web part properties into user control. To do so I will take base of my below article where I explained that how to create user control, load it using webpart and deploy using feature. http://sharepoint.infoyen.com/2012/04/11/create-and-deploy-user-control-in-sharepoint-using-feature/
June 3, 2012
·
Infoyen ·
No Comments
Tags: MOSS, SharePoint, sharepoint web part development, user control, webpart · Posted in: MOSS, SharePoint, WebPart