Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items matching "Problem" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
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
trimantra

SharePoint Error: This page allows a limit of 200 controls, and that limit has been exceeded | Trimantra Blog - 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.
1 - 2 of 2
Showing 20 items per page