Create k2 Custom Controls
Note: Custom controls will be used in K2 SmartForms.How to create custom controls.Need to add K2 related...
View ArticleHow do I get my solution in Visual Studio back online in TFS?
Close all VS 2013 instancesOpen registry editor and go to: KEY_CURRENT_USER\Software\Microsoft\VisualStudio\12\TeamFoundation\Instances\XXXX_This one will different based on your...
View ArticleSharePoint 2013 Application pages Path
Application Page: After deploying Application page, it will move to sharepoint server. The path is: Hive\Template\Layouts\15\<ProjectName>ASCX: After deploying User control, it will move to...
View ArticleCreate Simple K2 SmartForm
Open K2 Designer(Click Start menu-->K2 Blackpearl-->K2 smartforms-->K2 DesignerNow we will create category based on projectIn the K2 Designer, left side you can see "K2 Designer" root node,...
View Article5007: Unable to get property 'TaxonomyField' of undefined or null reference
Solution: Add <script type="text/javascript" src="_layouts/15/SP.Taxonomy.js"></script>
View ArticleDifference between Features, Feature Definition and Solutions
Using Features and Solutions will help customize sites and site templates.Features: It helps sites to reuse functionality from one site to other sites without requiring to copy and paste XML. It is...
View ArticleFind GUID of a SharePoint List
Open Any SharePoint ListClick on List SettingsUnder “Views”Click on any viewScroll down, you can find “Mobile” sectionHere we cann find List GUID and View Guid_layouts/mobile/view.aspx?List=
View ArticleSharePoint Search result Refinement count using search API
Using below api we can get search result refinement count.I am search for Bill Gates, and file type is based on my requirement...You can find...
View ArticleSharePoint 2010 Customizing the Access Denied Message (AccessDenied.aspx)
Open below Page, and add the and add Custom Text under <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"> C:\Program Files\Common Files\Microsoft Shared\Web Server...
View ArticleSharepoint change Maximum Upload Size
Open SharePoint 2010Go to Central Administration -->Application Management -->Manage web applications Select web application which you are tring to change upload size. Once you select web...
View ArticleSharePoint 2013 WCF and REST Url
Get Web Detailshttps://microsoft.sharepoint.com/teams/MySite/Test/_vti_bin/client.svc/webGet All List informationhttps://microsoft.sharepoint.com/teams/MySite/Test/_vti_bin/client.svc/web/ListsGet List...
View ArticleHow to recall email from outlook
Go to the Sent Items folder in Outlook and open the message you want to recall. Tools menu-->Click on Recall This Message If your message hasn't already been opened by the recipient, either delete...
View ArticleWhat is the difference between NameSpace and Assembly
√ Assembly is physical grouping of logical units. Namespace logically groups classes.√ Namespace can span multiple assembly.
View ArticleSharePoint Apply Branding using Feature
Apply Branding using Featureusing System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.SharePoint;Add a classpublic class ApplyBranding : SPFeatureReceiver...
View ArticleCoding Standards
Namespaces: Remove the unused namespaces and separate the Asp.Net framework namespaces with third party or other frame work spaces as below. This makes the identification of namespaces at first look...
View Articleissue while installation K2 Blackpearl
If you are getting any issue while installation if you get any issue please check whether below things are installed or not. SharePoint Server 2007 SP2 64bit (one server - Windows Server 2003 R2 SP2...
View Article