ECMA 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 Articleselect distinct values for ssrs sharepoint parameter
hi,I need distinct selected values for parameter dropdown in shaepoint ssrs. Everrything will work fine if i select value and label field same field like(Location_Code). But i need value field to be...
View ArticleSharepoint 2010 document list workflow on updated does not work
Hi AllI have a document library with custom fields in Sharepoint 2010 site, I activate a onUpdated event reciever that chages some fields after a user updates the record on certain situations. the...
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 ArticleWorkflow approval status and history of a list items is getting lost after...
Hi There,I have been facing with an issue on workflow since couple of weeks, I am unable to get any clue out my analysis.I badly need someone's help in answering this issue.As you can see below the...
View ArticleHow to change the page layout or webpartzones on default page of a custom...
Currently I've got a custom site definition (SharePoint 2010) that includes several features and also puts some webparts in the webpartzones on the default.aspx when a site based on this definition is...
View ArticleJavaScript - How to make a copy of SPListItem in same list?
Hi there,For a SharePoint 2010 list - is there any JavaScript code/method that can make a copy of an SPListItem in the same list?Thank you.
View ArticleJavaScript - How to collapse/uncollapse (hide/unhide) the top menus in...
Hi there,I will appreciate if someone can provide JavaScript that can hie/unhide the top ribbon and navigation menu? (SharePoint 2010)Thanks.
View ArticleIs it possible to view the content of multiple lists(located in multiple...
Is it possible to view the content of multiple lists, that are located in different webs as well, in just one ListViewWebpart? Could I maybe change the query programmatically so that it get's the...
View ArticleHow to create PDF file in javascript client side object model?
I want to create PDF file from html data in Sharepoint 2010 java script client object model. Please help me to resolve this problem. Thanks in advance.
View ArticleSharePoint 2010 Custom Ribbon Actions remain even after Remove-SPSolution
I have a customer who has installed my solution on their test farm to check it out.When they remove the solution using "Remove-SPSolution"The buttons still remain.Any guesses as to why SharePoint will...
View Article