Remove button from Ribbon in a specific toolbar
Hi,I have created a custom list using feature. the list contains 7 content types inheriting from another custom content type. I have set the toolbar type for different views to "None".I want to remove...
View Articleupload programatically (twice a week) external data coming from SQL server...
What is the simple and fast way to upload programatically (twice a week) external data coming from SQL server 2008R2 to a SharePoint list in 2010? ( I am not SharePoint farmer)Amount of records is...
View ArticleBusiness Intelligence KPI Question
Hello Everyone!Currently I'm stumped on BI process...I've tried to replicate a manually created 360 survey score card....so the set up is..Company 1 Category Company 2Value Sales...
View ArticleDeleting all inherit sub-folders permission and reassigning to specific group
Hi,i am trying to assign sub-folders level permission in sharepoint document library. Want to delete all previous inherit permission first and then assign sub-folders permission to specific group. i...
View Articlewould it be possible to get the site collection details using any DB query...
HI,would it be possible to get the content DB and site collection details using any DB query and their allocated and free space ?
View ArticleSave using custom list form has intermittent persistence problems
We have created a simple Defect tracking system with some simple work flows. They employ a customized Save form. Saves of list items (at various processing points) fail to persist revised data....
View Articleerror while saving custom form in SP 2010
Hi, Iam Getting the below error, while trying to save a SharePoint list item using custom visual webpart. But the data is getting saved only error pop ups. Please help me to solve this problem
View ArticleDropdownlist
Hihow to load from the existing sharepoint list in a dropdownlist with visual basic?please help me
View ArticleECMA question -- CAML Query Issue
I'm using the following example to bring back data from a standard SP2010 list.var siteUrl = '/sites/MySiteCollection'; function retrieveListItems() { var clientContext = new SP.ClientContext(siteUrl);...
View ArticleCannot edit properties after overwriting file in a document library
I am (programmatically) overwriting a file in a document library after which none of the metadata fields can be edited either programmatically or manually: Edit Properties -> change something ->...
View ArticleRegional settings not getting applied in the webpart
HiI have a page with 2 webparts. One of the webpart webpart2 is a visual webpart.The other webpart webpart1 will display numeric values from database.When i have the regional settings set to "Spain",...
View ArticleCustom SiteMapProvider not woking for some pages in the site.
Hi, I have done the Custom site Map provider and deployed in to the site.Now Top Navigation bar working fine but when i go to some pages, Top Navigation was not working .Below example pages are not...
View ArticleFull Text Query returning results in termset hierarchy
I have an applicaiton that executes a full text search against a search catalogue. The format of the query is this:SELECT (stuff) FROM Scope() WHERE "scope" = 'myscope' AND (CONTAINS(PlacesId,...
View Articlehow to export gridview data with images to ppt?
hi,I want to take export of gridview data to ppt, i tried some codes but ppt is getting corrupted while opening... can anyone help please, i tried below code for exporting..GridView1.AllowPaging =...
View ArticleWeb Analytics not working for a restored site
Hi,I have recently made a backup of a site collection and restored it to the same web application but to a different content database. However, the reports for web analytics are not displaying...
View ArticleHow to grant permissions to the new site group
Hello!I have an issue. With REST API I create a site, add new groups to this site and add users to the group. I need to grant some permissions to the new groups. I've tried to do so by binding role to...
View ArticleGet Value of a Control from GridView
Hi,I am current trying to add data from a GridView to a DataTable, as mentioned belowDataTable dt = new DataTable("GridView_Data"); foreach (TableCell cell in gvMain.HeaderRow.Cells) {...
View ArticleNeed help with code snippet. Calling REST (javascript) API for downloading...
Hi,We are using below code snippet to download a file from sharepoint's document library. It works completely fine for the text files i.e. readme.txt. However when we try to open .docx file downloaded...
View ArticleChange DatePicker Format
Hi, I would like to know how to change a DatePicker to show only "Thursdays". Is it possible?Thanks
View Articleretain field order on form when adding/deleting columns
If I move my html around to change the layout of the fields on an AddForm.aspx and then I start adding and deleting columns, the ordering of the ff## changes and I can have problems. Its fine if I've...
View Article