Archive for the ‘SharePoint’ Category
Event – business data connectivity with Microsoft SharePoint 2010
Its microsoft online event – business data connectivity with Microsoft SharePoint 2010 Registration already closed.
October 5, 2012
В·
Infoyen В·
No Comments
Tags: SharePoint, SharePoint 2010 В· Posted in: SharePoint, SharePoint 2010
Table Variables ms sql
Issue Detail: When I drag and drop store procedure into DBML file (Linq to Sql dbml file) it throws below error:- “Unknown Return Type – The return types for the following stored procedures could not be detected” or “No return type for Store Procedure” This happens due to various syntax issues which DBML does not […]
September 2, 2012
В·
Infoyen В·
2 Comments
Tags: asp, MOSS, SharePoint, SharePoint 2010 В· Posted in: ASP .NET, SharePoint, SharePoint 2010
pass multiple filter parameters to custom report viewer web part
Introduction: Here I will explain that how to display ssrs report on sharepoint site which can accept custom multiple filter parameters. I will highlights on requirement details, different approaches which does not work for me, Approach which work for me and Then I will explain the code for working approach.
August 25, 2012
В·
Infoyen В·
10 Comments
Tags: SharePoint, SharePoint 2010 В· Posted in: SharePoint, SharePoint 2010, WebPart
Add, Update and Delete List Items Programmatically in Sharepoint
Introduction: In this article I will describe that how we can – Add new item into sharepoint list programmatically. – Update item into sharepoint list programmatically. – Delete specific item from sharepoint list programmatically. – Delete bunch of items from sharepoint list programmatically. – Get list items from sharepoint list programmatically.
July 3, 2012
В·
Infoyen В·
2 Comments
Tags: MOSS, SharePoint В· Posted in: List, MOSS, SharePoint
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