How to populate a sharepoint 2010 list from the active directory. How to...
How to populate a sharepoint 2010 from the active directory.I want a list of all the computers in the active directory,another one with all users.I want also to populate a sharepoint 2010 list from the...
View ArticleProprogating changes to a list to all site pages
Here is my issue:Currently running a Project 2010 Sharepoint site and my Project Management lead has added a column to the Deliverables list on the home page. He is wanting to have this new column...
View ArticleTop link bar not getting selected for Blank Site Template
Hi All,I am facing an issue with the top link bar where the selected tab is not highlighted. The site has been created using a Blank Site template & I added some tabs to the Top link bar that...
View ArticleHide tooltip in surveys on mouse hover
I am using the surveys in SP 2010 to provide feedback on services. Rating level is made from 1-5 with radio checkbox and also I have framed two questions in the survey. Whenever mouse hover is made on...
View ArticleHow to retrieve the displayformat of a spfield
Hi,I need to get the display format for a field of type Number. Is it possible to get the display format of the SPField programmatically?Thanks in advance, dhijit
View ArticleChange a label in page when webpart properties are changed
Hican anyone please tel me how to Change label in page when webpart properties are changedNishanthi N
View ArticlePag Layouts Design - Tab Index
Hi,When creating a custom page layout I would like to be able to specify "TabIndex". However, this doesn't seem to work. Eventhough I have set the tabindex of one of the controls to "1" the focus after...
View Articleadd an app in sharepoint 2013
HiI am trying to add an app to my SP 2013 intranet site. But when i click on "Add an App" the page keeps on loading and not showing the pop-up page to create document library , list or anything.I...
View Articlecall function when SP.UI.ModalDialog.showModalDialog is opening or after open
Hi,how call a function when SP.UI.ModalDialog.showModalDialog is opening or after open. I tried this solution but not always get the same result $(".ms-dlgFrameContainer").find('iframe').load(function...
View ArticleHow to publish file using logon user from within elevated code
Hi,The following piece of code is exceuted with elvated priliveliges.void Test(SPListItem item) {  SPSecurity.RunWithElevatedPrivileges(delegate()   { // Perform few operations on the item. SPFile...
View Articlecustom site columns fields not created properly
Hi,I created multiline site column using xml . and added the same in list schema.xml"<Field DisplayName="Enhanced RTF" Type="Note" RichText="TRUE" RichTextMode="FullHtml" Required="FALSE"...
View ArticleGet Recurring Events from Calendar within a specific date range
Each event in Calendar list has two dates "Start Time" and "End Time" stored in the column "EventDate" and "EndDate".Now, we have two dates from users say, "Start Date" and "End Date" and we want to...
View ArticleRetrieving empty values from multi value string in user profile custom...
Hi,I created a webpart to save and retrieve data from custom properties. I use the code below to get the stored data: for (int i = 0; i < profile[property].Count; i++) { Item = profile[property][i]...
View ArticleControl permissions outside SharePoint
We have a application with SharePoint 20Diego Ferreira
View ArticleCalculate ISO 8601 Week Number from SharePoint Date Picker
Hi All,I am looking to Calculate the ISO 8601 Week Number (1-52) from a SharePoint Date Picker, and output the Week Number to another SharePoint field (Single line of text).Date Picker Field:...
View ArticleContent Organiser source item information
Hi all,I'm new to Content Organiser and was wondering if it was possible to get any information (e.g. url) from the source item? I found that you can code and interface toICustomRouter?From what I have...
View ArticleExport Sharepoint list to PDF for all pages
I am using the below code to export the list to PDF. However my list has different pages and this code only works for the current page. How can I modify this to export list items of all pages.private...
View Articleget splistitem by uniqueId
Hi,i've a simply question but i'm not abble to do this.I've a uniqueId of a spListItem and i'd like retrieve this one.I don't have the url of the file juste the url of the DispForm so i'm not abble to...
View Articlesort order in list wrong: in CAML and in view
Hello,When I order my list with document sets by ID, the order is wrong. It is wrong in the list and with caml.This is my view (I just set the sort on the ID column):The first 4 objects are created by...
View ArticleControl permissions outside SharePoint
We have a application with SharePoint 2013.We have other external application with a users authentications (names, passwords, and other properties).The external application its responsible to the user...
View Article