Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items tagged file

Rss Feed Group items tagged

trimantra

Create a Custom config file for Codeigniter | Trimantra Blog - 0 views

  •  
    By default, CodeIgniter has one primary config file, located at "application/config/config.php" What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array developer cannot define a custom variable or array inside this new file and use it.
  •  
    By default, CodeIgniter has one primary config file, located at "application/config/config.php" What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array developer cannot define a custom variable or array inside this new file and use it.
trimantra

Create Site Column, Content Type for multilingual site in SharePoint 2013 | Trimantra Blog - 0 views

  •  
    To create site column, content type and page layout for multilingual site first we have add resource file in our SharePoint project. The basic mechanism of localizing a SharePoint 2013 feature is same as we have in SharePoint 2010 and in Moss 2007. Resource File To deploy resource file to…
  •  
    To create site column, content type and page layout for multilingual site first we have add resource file in our SharePoint project. The basic mechanism of localizing a SharePoint 2013 feature is same as we have in SharePoint 2010 and in Moss 2007. Resource File To deploy resource file to…
trimantra

SharePoint Error: This page allows a limit of 200 controls, and that limit has been exc... - 0 views

  •  
    I have created a custom page layout through visual studio 2013 on which there are a large number of controls are registered. The page that I had created through the page layout on that page I faced this max control limit issue. Generally , when working with a SharePoint master page, page layout, forms we might will face this type of issue. The problem was we have a large number of controls registered. The limit is set in the web.config file. By Default controls limit is set by 200. To resolve this issue open the web.config file, located in a virtual directory in c drive. Find the safe control block as shown below and increase the "MaxControls" limit and do IISRESET.
  •  
    I have created a custom page layout through visual studio 2013 on which there are a large number of controls are registered. The page that I had created through the page layout on that page I faced this max control limit issue. Generally , when working with a SharePoint master page, page layout, forms we might will face this type of issue. The problem was we have a large number of controls registered. The limit is set in the web.config file. By Default controls limit is set by 200. To resolve this issue open the web.config file, located in a virtual directory in c drive. Find the safe control block as shown below and increase the "MaxControls" limit and do IISRESET.
trimantra

Get Sharepoint Term's Custom Local Property values (Client Object Model) | Trimantra Blog - 0 views

  •  
    We can get values of Custom local properties of Term using Client Object Model. Register following files on your page: <SharePoint:ScriptLink ID="spPage" Name="sp.js" LoadAfterUI="true" Localizable="false" runat="server" /> <script type="text/javascript" src="../../../_layouts/15/SP.Taxonomy.js"></script>   Js code to get Custom Local Property values: $(document).ready(function () { SP.SOD.executeOrDelayUntilScriptLoaded(loadAllTerms, 'SP.Taxonomy.js'); }); //loads all existing terms function…
  •  
    We can get values of Custom local properties of Term using Client Object Model. Register following files on your page: <SharePoint:ScriptLink ID="spPage" Name="sp.js" LoadAfterUI="true" Localizable="false" runat="server" /> <script type="text/javascript" src="../../../_layouts/15/SP.Taxonomy.js"></script>   Js code to get Custom Local Property values: $(document).ready(function () { SP.SOD.executeOrDelayUntilScriptLoaded(loadAllTerms, 'SP.Taxonomy.js'); }); //loads all existing terms function…
Eric Kraus

Create a Searchable SharePoint 2010 BDC .NET Assembly Connector Which Reads From A Flat... - 0 views

  •  
    This blog post is the first in a 2 part series which describes how to create a SharePoint 2010 BCS .NET Assembly Connector to read data from a flat file and register it as an external content type in SharePoint
SharePoint Peters

I've seen many post - 0 views

I've seen many post out there that discuss this error: Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException was thrown.&nbsp; Additional exception information: An update conflict has...

SharePoint 2010 SP CU Patching Error Update Conflict

started by SharePoint Peters on 13 Oct 11 no follow-up yet
cecilia marie

Best Shield Against Computer Viruses - 1 views

I have always wondered why my files are often corrupted and to think that I have installed an antiVirus software. I always scan my external disks each time I insert them in my unit. It was only lat...

virus protection

started by cecilia marie on 04 Nov 11 no follow-up yet
john sega

Online Threats and Dangers - 2 views

I downloaded an audio file from an unpopular website, when I opened it my computer crashed and since then, I have troubles turning it on because it would no longer display the correct desktop setti...

Desktop Computer Support

started by john sega on 11 May 11 no follow-up yet
1 - 9 of 9
Showing 20 items per page