Archive | SharePoint RSS feed for this section

Calculate difference between two dates excluding Sunday or any day with CSharp

.Net is really great environment, a lot of functionality has already been implemented  and ready to use. Its just one dot away. Here  for example, you don’t need to implement anything to find the day of date just use DayOfWeek function.

Leave a comment Continue Reading →

Shortcut for “Save As Template” in SharePoint 2010

Most of the time we use test and production server. Then we create list and libraries at test server and copy or miserably create again. To copy whole site, save as template feature is used. When publishing feature is enabled save as template link disappear but we can reach this feature by manually using sharepointsite/_layouts/SaveTmpl.aspx [...]

Leave a comment Continue Reading →

How to Filter SharePoint 2010 Tasks Which are Assigned to You and The Group Your are Member of?

Normally we use standard view to filter assigned tasks by using [Me] in filter option. But you can use only [Me] and [Today]. What you can do if you want to see tasks which is assigned to you and tasks which are assigned to a SharePoint group that you are member of. This is actually [...]

Leave a comment Continue Reading →

CRUD Operations on SharePoint Lists using Microsoft.SharePoint.Linq

everybody, In this tutorial, i would like to share with you a cool stuff called Linq to SharePoint. It a new way to write queries. If you already bored by Caml syntax, i definitely suggest you to use Linq to SharePoint . Before we start lets take a look at some quick info. What is [...]

Leave a comment Continue Reading →

How to Bulk Import Documents to SharePoint 2010 Document Library

Recently, i was working on project that manages incoming and outgoing documents. I was trying to move massive numbers of documents from file server to SharePoint document library. To do this first i tried to use “Upload Multiple Document” button on document library, i was faced by item limit of 100 documents. Then i decided use [...]

Leave a comment Continue Reading →

How to Connect QlikView to Sharepoint 2010 Lists

I have been working on SharePoint list all the time and use QlikView to make cool dashboards. If you work with SharePoint and want to show your executives cool dashboard, it is better to start here.

2 Comments Continue Reading →

How to change SharePoint lists form template by InfoPath 2010

Hi, this could be very easy or very simple to mention, but believe me some times simple things are easy to miss. 1) As i mentioned is it very easy. Just click “List” tab on the “List Tools” and you will see “Customize Form” button, click this and it will open InfoPath, there you go. [...]

Leave a comment Continue Reading →