Click here to Skip to main content

Articles by Melick (Technical Blogs: 23)

Technical Blogs: 23

RSS Feed
No articles have been posted.

Average blogs rating: 4.36

Combo & List Boxes

How to Customize SharePoint List Content Display using Content Query Web Part [Technical Blog]
Posted: 21 Dec 2011   Updated: 21 Dec 2011   Views: 10,125   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
Here I'm going to describe how we can use Content Query Web Part to Style SharePoint List. Thus Assume we are having a  SharePoint List Called Projects with Following Fields. As you already knew default look and feel would be like below. Now I'm going to render this list in to format something li

Grid & Data Controls

Calculated Columns in .NET DataTables (C#) [Technical Blog]
Posted: 23 Jan 2013   Updated: 23 Jan 2013   Views: 5,003   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
Adding Calculated Columns in .NET DataTables.

Client side scripting

Step by Step guide to create a Client App Part in SharePoint Hosted Development Environment. [Technical Blog]
Posted: 9 Jan 2013   Updated: 9 Jan 2013   Views: 3,432   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
I think you already know about hosted approaches in SharePoint 2013. There are three types of hosted approaches (SharePoint-Hosted, Provider-Hosted, Auto-Hosted).  Though there are similarities as well as differences. Thus there are slightly differences in developing client app part in SharePoint Ho
How to Get SharePoint Client Context in SharePoint Apps (Provider Hosted / SharePoint Access ) in CSOM (Client Side Object Model) [Technical Blog]
Posted: 21 Apr 2013   Updated: 21 Apr 2013   Views: 2,010   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
How to get SharePoint client context in SharePoint Apps in CSOM

Custom Controls

How to use SharePoint Feature to Activate and Deactivate Custom SharePoint Master page [Technical Blog]
Posted: 14 Dec 2011   Updated: 14 Dec 2011   Views: 3,476   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
How to use SharePoint Feature to Activate and Deactivate Custom SharePoint Master page

User Controls

How to set Current User Name to InfoPath Person/Group Picker [Technical Blog]
Posted: 17 Feb 2012   Updated: 17 Feb 2012   Views: 20,111   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
How to set Current User Name to InfoPath Person/Group Picker

Web Security

Could not load file or assembly 'System.Web.2.0.0.0.Fakes [Technical Blog]
Posted: 3 Mar 2013   Updated: 3 Mar 2013   Views: 1,810   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
  Test method VisualWebPartProject1Test.SPControllerTest.CreateListTest threw exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Web.2.0.0.0.Fakes, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0ae41878053f6703' or one of its dependencies. The system cannot find
Create a Web Part Page Programmatically [Technical Blog]
Posted: 4 May 2013   Updated: 4 May 2013   Views: 2,744   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
How to create a web part page programmatically

Web Services

How to Improve Workflow Performance in SharePoint Services 3.0 [Technical Blog]
Posted: 9 Sep 2011   Updated: 9 Sep 2011   Views: 10,522   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
SharePoint workflows are getting  slow for several reasons. in my environment I'm having a problem with following performance issues, therefore in my environment i got following problems. When a item added to the library it takes some times to initiate the workflow. Workflow mail generating is no

Azure

Understanding Azure Media Service Core Components [Technical Blog]
Posted: 15 Apr 2013   Updated: 15 Apr 2013   Views: 994   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
Understanding Azure Media Service Core Components.

Content Management Server

How to do SharePoint 2010 Content Deployment [Technical Blog]
Posted: 31 Oct 2011   Updated: 31 Oct 2011   Views: 6,381   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
There are many articles in the web by describing Content Deployment in SharePoint 2010. But most of the time (In my case it do not work fine always in first time :-( )  it is not working property and giving plenty of errors which direct us to restoring the backup rather than trying Content Deploymen

SharePoint Server

user profile synchronization service not starting in SharePoint 2010 [Technical Blog]
Posted: 2 Apr 2012   Updated: 2 Apr 2012   Views: 15,258   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
I had a difficult time to get user profile service synchronization started. Following are the errors encountered to me when I tried to start the synchronization manually as well as through SharePoint. Errors Encountered Windows could not start the forefront identity manager synchronization servic
Create Client Context To Access SharePoint 2013 (Office 365 Preview) in AutoHosted SharePoint App Model using SharePoint client object model (CSOM) [Technical Blog]
Posted: 5 Oct 2012   Updated: 5 Oct 2012   Views: 5,110   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
If we are using SharePoint app model AutoHosted Environment we need to use Client Context model to access SharePoint. Therefore First you need to get a Valid Access Token from SharePoint Server. For that you need to pass the SharePoint Site Url (This is available as SPHostUrl in the Query String) an
How to Customize the New Item form to take parameters from Query String in SharePoint 2010 [Technical Blog]
Posted: 10 May 2011   Updated: 10 May 2011   Views: 15,268   Rating: 3.50/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
Explains how to customize the New Item form to get parameters from the query string in SharePoint 2010.
How to Link Two Lists and Create a Combined Ciew in SharePoint 2010 [Technical Blog]
Posted: 10 May 2011   Updated: 10 May 2011   Views: 42,595   Rating: 4.50/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
How to join multiple lists together and create a combined View.
Object null reference error when opening the Site / Document Library in SharePoint [Technical Blog]
Posted: 12 Oct 2012   Updated: 12 Oct 2012   Views: 3,898   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
How to fix the error.
SharePoint 2013 and SharePoint 2010 Delegate Controls [Technical Blog]
Posted: 4 Mar 2013   Updated: 4 Mar 2013   Views: 2,398   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 4   Downloaded: 0
A mechanism to inject a code or control to the SharePoint Master page with out touching any any code in the SharePoint Master page.
Create a SharePoint 2013 List Using JSOM (ECMAScript Client Object Model) [Technical Blog]
Posted: 11 Mar 2013   Updated: 11 Mar 2013   Views: 3,203   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
A series of basic operations that can archive using JSOM.
Add Fields to SharePoint 2013 List Using JSOM (ECMAScript Client Object Model) [Technical Blog]
Posted: 13 Mar 2013   Updated: 13 Mar 2013   Views: 2,901   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
How to add fields to an existing list.
Break Permission inheritance and add custom permission to SharePoint 2013 List using JSOM (JavaScript Client Object Model) [Technical Blog]
Posted: 18 Mar 2013   Updated: 18 Mar 2013   Views: 3,063   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
Break Permission inheritance and add custom permission to SharePoint 2013 List using JSOM (JavaScript Client Object Model)
How to use SharePoint Emulator to test SharePoint list creation,Update [Technical Blog]
Posted: 19 Feb 2013   Updated: 19 Feb 2013   Views: 2,023   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
Open the visual studio 2012 and add empty SharePoint project.

Windows Workflow Foundation

How to add a custom visual studio workflow to SharePoint designer [Technical Blog]
Posted: 10 May 2011   Updated: 10 May 2011   Views: 3,771   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
This article explains step by step guide line to add a custom visual studio work flow to the SharePoint designer. In here I'm using   VS 2010 and SharePoint 2010. Create  a Empty Sequence Work Flow project. then select .Net Framework 3.5 and select the Sequential Workflow Project.   in this sam

Work Issues

User profile synchronization service starting issues [Technical Blog]
Posted: 29 Jul 2011   Updated: 29 Jul 2011   Views: 14,982   Rating: 4.50/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 0   Downloaded: 0
User profile synchronization service starting issues
No tips have been posted.

Melick
Sri Lanka Sri Lanka
Member
No Biography provided


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 25 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid