Skip to main content

Home/ SharePoint/ Group items tagged controls

Rss Feed Group items tagged

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

Problem in Datasheet View in Sharepoint 2010 | Trimantra Blog - 0 views

  •  
    I installed office 2010 on SharePoint server running with standard edition. When I wanted to open Datasheet view of a list it shows like this. A datasheet component compatible with Windows SharePoint Services is not installed. Your Web browser does not support ActiveX control. Support for ActiveX controls is disabled. To fix this problem I installed "2007 Office System Driver: Data Connectivity Components" from http://www.microsoft.com/downloads/en/details.aspx?familyid=7554F536-8C28-4598-9B72-EF94E038C891&displaylang=en and it works fine now
  •  
    I installed office 2010 on SharePoint server running with standard edition. When I wanted to open Datasheet view of a list it shows like this. A datasheet component compatible with Windows SharePoint Services is not installed. Your Web browser does not support ActiveX control. Support for ActiveX controls is disabled. To fix this problem I installed "2007 Office System Driver: Data Connectivity Components" from http://www.microsoft.com/downloads/en/details.aspx?familyid=7554F536-8C28-4598-9B72-EF94E038C891&displaylang=en and it works fine now
Hostforlife Hosting

How to Use AngularJS to Build SharePoint 2013 Application - 1 views

  •  
    In this article, we will build a SharePoint Application using AngularJS. The Services and Controller features of Angular.js can be used to manage the SharePoint model declaration (controller scope objects) and external service calls (services) segregation will help to develop Apps for SharePoint effectively. We will be using SharePoint 2013 Online and the Developer site created on it.
1 - 3 of 3
Showing 20 items per page