Sharepoint 2013 Vs 2010
Introduction:- In this post we will look at the main differences between the SharePoint 2010 and SharePoint 2013. The presented difference are be at high level description only.
August 27, 2014
В·
Infoyen В·
No Comments
Tags: SharePoint 2010, SharePoint 2013 В· Posted in: SharePoint, SharePoint 2010
Programmatically convert claim to classical authentication
Introduction: I had a requirement where i am suppose to use sharepoint 2010 site with claim base authentication. And need to insert sharepoint user in sql DB. DB should get user name as “Domain\UserName”
December 5, 2012
В·
Infoyen В·
No Comments
Tags: SharePoint, SharePoint 2010 В· Posted in: SharePoint, SharePoint 2010
SharePoint 2010 PopUp Dialogs
Introduction: In this article I will describe that how to create popup screen or model popup or dialog box in sharepoint 2010 which will look same as how sharepoint OOB popup screen appears on view/edit of list item. Also I will explain that how to trigger C# code from popup on ok or cancel or […]
October 24, 2012
В·
Infoyen В·
7 Comments
Tags: SharePoint, SharePoint 2010 В· Posted in: SharePoint, SharePoint 2010
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
Lists Throttling in SharePoint 2010
In this article I am showing you a new feature in SharePoint 2010 called throttling Detail:- In SharePoint 2007 the max items that can be returned by a list view was approximately 2000 items and any query over this limit shall result in low performance and increased load on the server. But SharePoint P2010 list […]
March 14, 2012
В·
Infoyen В·
No Comments
Tags: Lists Throttling, SharePoint 2010, SharePoint 2010 List Throttling, SharePoint 2010 list view throttling and custom CAML queries, Understanding List Query Throttling Limits in SharePoint 2010, Working with Large Lists in SharePoint 2010 - List Throttling В· Posted in: SharePoint 2010
Setting List Item Permissions Programatically in sharepoint
I am setting permissions on a individual SPListItem.В I’ll create a Role Assignment (which essentially represents the user), bind a Role Definition to the Assignment (such as “Full Control”, etc.), then add the Role Assignment to the object’s RoleAssignments collection. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 […]
March 13, 2012
В·
Infoyen В·
No Comments
Tags: MOSS, read list items from sharepoint, SharePoint, SharePoint 2010 В· Posted in: List, MOSS, SharePoint