Click here to Skip to main content
15,893,381 members
Everything / Productivity Apps and Services / Sharepoint / SharePoint 2010

SharePoint 2010

SharePoint2010

Great Reads

by Jonathan Cardy
How to write scalable CAML queries that won't return list view threshold errors on large SharePoint lists.
by Abhijit Jana
A demo of how to integrate a Silverlight Application with SharePoint 2010
by Abhijit Jana
How to use Silverlight Chart Control with SharePoint 2010
by Eric Xue (brokensnow)
New features of SharePoint 2010 Integration with BI 4.0 (IOMS 4.0)

Latest Articles

by Member 879724
Deploy multiple SharePoint 2010 features with VS2010
by Bajirao_
SharePoint 2013 list DateTime column default value customization, set value to next 30 min
by Bajirao_
It's a SharePoint 2013 POC of modal popup in which HTML can be used as content of popup.
by Melick
Default SharePoint 2013 / 2010 system pages where you should take care when you go online

All Articles

Sort by Updated

SharePoint 2010 

8 Nov 2023 by Member 16135799
You can check in or check out multiple files by selecting the files from the left and right clicking on one of the files selected, select more in the drop down and it will show you the option to check in or check out. I learned it the hard way...
24 Oct 2022 by GuinnessNH
Add this line beforehand (use the Commercial enum if Commercial). ExcelPackage.LicenseContext = LicenseContext.NonCommercial;
24 Oct 2022 by Member 14061262
I am using below code to read SharePoint excel file using EPPLUS var webRequest = HttpWebRequest.Create("SharepointURLPath") as HttpWebRequest; webRequest.UserAgent = @"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)...
5 Aug 2021 by Member 10232867
Hello, I have created visual web part for fetching data from SharePoint list and display on it.For fetching data from list I have used server object model. For fetching data from SharePoint list I have created "Application Page" and written code in it. In application page I...
5 Aug 2021 by premiumhelp
Did you got answer yet? Please post it here. thank you
6 Apr 2021 by Member 879724
Deploy multiple SharePoint 2010 features with VS2010
14 Dec 2020 by BabyYoda
Noticed that my answer was deleted so I am reposting. Step by Step – Enable ASP.NET Session State on SharePoint 2010 Application | Microsoft Cloud with Nik Patel[^]
14 Dec 2020 by Member 10971026
how to create share point timer job using power shell script(full script)?
14 Dec 2020 by ganusharma
hi,How to enable session in custom share point 2010 application ?thanks
9 Jul 2020 by lenniscata
When in doubt, Wikipedia, OneDrive is basically a storage, hosting and synchronization service that integrates with Office 365, SharePoint is a document management platform in addition to be a collaboration tool, you can also build some apps and...
9 Jul 2020 by Member 14876800
Could anyone explain the basic difference between SharePoint and one drive in detail? What I have tried: I have been surfing the internet for the last 1 hr. I didn't come across the exact answer.
9 Jul 2020 by F-ES Sitecore
Start by understanding what SharePoint is SharePoint - Wikipedia[^] SharePoint, Team Collaboration Software Tools[^] then what OneDrive is Microsoft OneDrive - Wikipedia[^] and you'll hopefully understand yourself what the differences are...
18 May 2020 by Member 14835844
Split the data connections in two or more
18 May 2020 by vanita khatnani
hello everyone,need a help in solving an error occured while adding and editing an item of sharepoint list 2010. The sharepoint list has been customized using infopath 2010 The error is:------->The amount of data that was returned by a data connection has exceeded the maximum limit that...
9 Sep 2019 by Ayush____
function createFolder(){ var folder_path; var mainFolder ="FolderNmae"; //var mainFolder ="FolderName/Subfoldername"; //create folder in subfolder var subfolder = ["ITT Files", "Tender Checklist", "Working Files", "Pre-Clarification Files", "Technical Proposal", "Commercial Porposal","Post Bid...
9 Sep 2019 by SherryT6$
What i want to achieve is to create a folder(main folder) then create subfolders within the main folder. I have tried the code below but doesnt seem to work. It doesnt create the main folder at all. Please help. Any suggestion will be highly appreciated. Thanks What I have tried: function...
20 Jun 2019 by Member 13534368
I have a same problem. when i use var excelPackage = new ExcelPackage(memoryStream) i found a same problem but when i debugging and previous to previous line and step again, it pass.. another program i use EPPLUS not found this proplem but haven't try.
29 Apr 2019 by Karthick_RR
Hi I am new to sharepoint 2010,I need to help in conversion sharepoint list to pdf and sharepoint list to excel like to make report as documents.Can you help me out in coding like create the pdf of list once the pdf button is submitted.Thanks in Advance
4 Dec 2018 by OriginalGriff
This is one of the most common problems we get asked, and it's also the one we are least equipped to answer, but you are most equipped to answer yourself. Let me just explain what the error means: You have tried to use a variable, property, or a method return value but it contains null - which...
24 Oct 2018 by Manveer Singh Solankey
You can use below function: function displayCostSheetComments() { $().SPServices({ operation: "GetVersionCollection", async: true, strlistID: "yourListName", strlistItemID: "yourListItemId", ...
24 Oct 2018 by Member 8503274
Hi,I have a SharePoint List in site. It has a custom list. I added a new field with type 'Multiple lines of Text' and in Additional Column Setting section selected 'Append Changes to the existing text'-->yes. When we modified list item we got the changes in that field only. How can we read...
11 Oct 2018 by Koolraj54321
Hi, I have a domain "xxx.edu.in" being configured successfully in Exchange server. I need to send email to SharePoint document library where the email address will be "doclib@xxx.edu.in". I configured domain "xxx.edu.in" in Central Admin and then tried sending the email. There wasn't any...
29 Aug 2018 by Azad R Chouhan
Hello Friends I do not know anything about sharepoint. I wanna to be clear about this... Please tell me something about sharepoint and what is the use of this regard Azad R Chouhan
5 Jul 2018 by Member 13899993
I have a requirement, user will be entering some data in the console application(command prompt). We have to capture that value and pass those value in to a function where we can connect sql connection string and fetch some data from different SQL Table. Finally that returned value should be...
5 Jul 2018 by Gerry Schmitz
Complete basic operations using SharePoint client library code | Microsoft Docs[^]
24 Apr 2018 by Dhaval_Nayi
Hi, Try updating rest call syntax. var serverRelativeUrlToFolder = "Document Library/"+"FolderName";//For Main folder FolderName would be blank var FolderName ="FolderName";//New Folder Name that to be created $.ajax({ url: _spPageContextInfo.webAbsoluteUrl +...
12 Apr 2018 by Bajirao_
SharePoint 2013 list DateTime column default value customization, set value to next 30 min
28 Feb 2018 by sudhakarthikeyan
When i run shows error as follows This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard,...
28 Feb 2018 by ZurdoDev
It is not so much an error as it is a message. You can google the message to get a better understanding of what it is telling you to do. However, this site is for helping people with code they have written so this is not the right place to ask your question. You need to google first and then...
28 Dec 2017 by Am Gayathri
Am trying to add items to share point list using C # code.But am getting error " Column 'xxx' does not exist. It may have been deleted by another user. /Lists/Test "I dont know why am getting this error, all the fields whci am trying to call from program is available in List. but still...
28 Dec 2017 by Member 12537104
you should use internal name.(below is the image to find internal name of column) go to list setting -> Click on column name [Column (click to edit)] -> then you will see below image
30 Nov 2017 by Bajirao_
It's a SharePoint 2013 POC of modal popup in which HTML can be used as content of popup.
25 Aug 2017 by Vijay Radia
Hello, I have Windows 10 32 bit operating system and visual studio 2013. I want to sent sharepoint development environment on my machine. can anybody help me please. Which additional softwares needs to be install on my machine. What I have tried: I am searching on net but not getting any...
25 Aug 2017 by Richard MacCutchan
Install and configure SharePoint 2013[^].
26 Jun 2017 by SherryT6$
I have a list of names and have saved them in an array. then i am passing the array to a get ajax function as a parameter to return the required info. what i am trying to achieve is to filter that list based on the values in the array. I tried using filter as show below but it is not return...
26 Jun 2017 by Richard Deeming
When your array contains multiple items, your query will look something like: FullName eq 'a,b,c' This will only return records where the FullName is exactly equal to all the names from your array combined into one comma-separated list. That's obviously not going to work. You need to build a...
31 Mar 2017 by Strikerzz Arut
You can use SharePoint designer to do all the above said operations.
31 Mar 2017 by Vijay Radia
I want enable checkout feature when any folder is selected on share point online document library.I required this because user needs to replace folder on document library and also wants to maintain versioning of files.Please let me know if you have any idea regarding the same.What I...
21 Feb 2017 by DanielBrownAU
There is currently no out of the box way to checkout/check-in entire folders and their children.A way forward would be to create a PowerShell script which loops thru the folder and check out/in the desired files.
5 Feb 2017 by jomondoth
Hi,I am not able to debug the Sharepoint project in Visual studio solution even after attaching W3workerprocess. please help me on this.What I have tried:I cheked project properties, website URL is also correct. Attachched correct workerprocess.but still i am not able to debug the...
5 Feb 2017 by Sandeep1003
Locate and open the target SharePoint application's Web.config file. By default, it is located in C:\Inetpub\wwwroot\wss\VirtualDirectories\80.Find the following line of code and change the debug attribute to true.XMLSave the changes to the...
31 Jan 2017 by jomondoth
I have 2 web applicaitons (Main site and My site) both were running perfectly in port 80. Since debug was not working even after attaching worker process, i tried to reset visual studio settings using command line tool. after that my web applications are not loading, even if i try to access from...
31 Jan 2017 by Sandeep1003
That you basically need to do is to go to your IIS -> click your domain -> Bindings -> and add "www.yourDomain.com" and "YourDomain.com" to the IP. If you have a second site, you just have to do exactly the same thing Please mark this response as an "answer" if it helps you. Thanks heaps!
30 Dec 2016 by Thomas Nielsen - getCore
From your code i recon that you are working with web forms (i.e. you have a page object)A possibility here is to use viewstateUnderstanding ASP.NET View State[^]That beign said a gridview doesn't as such have controls, so what very likely happens is that you have a gridview which is...
29 Dec 2016 by Member 11666220
I would like to ask advise for how to populate drop down list for CTR No based on user selection of Project No. Example: If user select Project A, then populate drop down in CTR No for Project A. I have search other forum about populate drop down menu but I can't find solution that fit with my...
29 Dec 2016 by Member 11666220
My current task are to create Timesheet system. The problem is when user input value in GridView will be missing after the page been refresh. I have been search through other forum and there is no solution that can fit with my problem.I would like to explain the flow of my system. 1....
8 Dec 2016 by Melick
Default SharePoint 2013 / 2010 system pages where you should take care when you go online
28 Nov 2016 by qasimidl
Hi,Is this possible to route URL Request from one web server to other Using " IIS URL Rewrite Tool "Problem:I want to take request from one server ( SharePoint 2010 ) and route that request to other Web server ( SharePoint 2013 )How can we do this using " IIS URL Rewrite...
19 Oct 2016 by Atish Dipongkor
Writing CAML queries in a optimized, efficient and easiest way.
15 Oct 2016 by Member 11457970
What activities i can perform on SharePoint if i purchase a SharePoint CAL , which cannot be done by external userWhat I have tried:I have not tried anything. I want to know what are the extra benefits which are given to SharePoint CAL User
15 Oct 2016 by Wendelius
It's not so much about features you can use but about licensing policies. CAL (Client Access License) is needed for users in your organization while extranet users may not need CAL.Taken from SharePoint 2016 Licensing[^] Quote 1:For On Premises, intranet sites are licensed using a...
5 Oct 2016 by AASHUTOSH ACHARYA
Hi All,I just want to connect my Outlook 2010 calendar with my SharePoint 2010 Calendar list. because when I am creating any recurring meeting in my outlook I am not able to view that in my SharePoint calendar list.any help on this..What I have tried:I tried the connection in...
5 Oct 2016 by Maciej Los
You didn't provide enough details about what you have tried...Synchronize SharePoint 2010 content with Outlook 2010 - SharePoint[^]Overlay a SharePoint calendar with a calendar from Exchange or SharePoint - Office Support[^] Try!
5 Oct 2016 by AASHUTOSH ACHARYA
Hi All,I want to move some of the SharePoint Libraries from one site collection to the other but I facing the issue while doing that. because libraries are having lookup columns in it and that lookup column is creating a problem.any help..What I have tried:I tried taking the...
29 Sep 2016 by Roshan Parmar
This article shows how to view the workflow status with Rest API, how to navigate to workflow approval page, how to approve and reject the task with SharePoint REST API
13 Sep 2016 by Atish Dipongkor
How to create a Sandboxed Workflow Action for SharePoint On-Premise (2013 or 2010)
12 Sep 2016 by OriginalGriff
Do you have any idea how much work explaining code line by line is?Every single line needs a paragraph of explanation! For example: int next = r.Next();Create a new variable called "next" which can hold a integer value. From the previously declared Random instance "r", call...
11 Sep 2016 by Slaf.Sohail
Dear Friends,We need to do a SharePoint Integration, How to create a web service in Sharepoint to allow a cloud server to make calls ???I just need to get files from a Folder and create a folder. Your help is highly appreciateIf you have any good links let me know or example plz let...
11 Sep 2016 by Sinisa Hajnal
IF you're using Sharepoint 2013 as your link implies, there is web API (REST services) you can use to manipulate list and libraries. With suitable permissions of course. If you're using older versions, you'll have to be more creative. Since you didn't write which version of sharepoint you...
25 Aug 2016 by $ultaNn
New to sharepoint I have small processUser manager1 manager2 director step 1 User submit formIf field set to new,go to director-->> approval taskelsestep 2 if field set to Old goto manager1, manager will update form THEN -->> go to manager2, manager2 will update form THEN goto...
22 Aug 2016 by Akshay Belure
Copy all list items along with attachment to another List (same site, another site, another site collection) using managed client object model
18 Aug 2016 by Trimantra Software Solution
I am running into a very strange issue.I am working with SharePoint 2010 Site using Client Side Object Model(C#). I am not having SharePoint Server so I have created an windows application using c# CSOM to deal with SharePoint.In my application I am dealing with creating so many document...
11 Aug 2016 by NathanRO
Use Dictionary like so:static string GetPropertyByName(string filePath, string propertyName){ if (String.IsNullOrEmpty(filePath) || !System.IO.File.Exists(filePath) || String.IsNullOrEmpty(propertyName)) { return null; } Dictionary propertyInfo =...
10 Aug 2016 by Member 12679950
Hello,I have a question on SharePoint calendars.Well, We have created a team site calendar which we thought was shared by everyone and everyone can see everybody's events posted on the calendar.We have also created a calendar which is not team site calendar but we would like all users to...
10 Aug 2016 by stoneyowl2
i solved it. IF I use a delegate control and enough class and id filters, I can find just what I was looking for
9 Aug 2016 by Member 12676479
Hi, I have a requirement to read the custom properties of the PDF file using itextSharp. I am able to read the below properties:- Author, Title, Creator, Creation Date etc., but not able to read custom tab properties.What I have tried:StringBuilder text = new StringBuilder(); ...
2 Aug 2016 by Nderon Hiseni
hi everyone, i want to divide 2 field in SharePoint using visual studio c#. I have the code as shown belowSPView vw = jobDef.View["All items"];vW.ViewFields.Add("MinSalary");vW.ViewFields.Add("MaxSalary");vW.ViewFields.Add("AvgSalary");vw.InLineEdit =...
2 Aug 2016 by Bajirao_
Hi Nderon Hiseni,I suggest you should create calculated field in list.You can apply formula to your field, whose result may or may not be dependent on other column in list.My suggestion is1. Create calculated column manually(possible with c# too) in list from advance setting of...
1 Aug 2016 by Bajirao_
if you not able to deploy custom module, below trick will help.
31 Jul 2016 by Nderon Hiseni
I have a sharepoint-hosted app and I want to convert it into an normal .wsp solution instead of .appI was wondering if there is a change to make this conversion.Thank you.What I have tried:I have tried to make this conversion via visual studio in manifest file but it only can be...
29 Jul 2016 by Member 10232867
Hello, I want to create Caml Query for following scenario, (Metadata Name ="Author1" AND Value="Nitin Jagtap") AND (Metadata Name ="Program" AND Value="MBA"). I have tried but not able to create caml query for same. I have used Caml designer for same but unable to get...
21 Jul 2016 by Atish Dipongkor
Permissions required to provide a user for custom solutions development like Sandbox, Farm in SharePoint using Visual Studio
20 Jul 2016 by stoneyowl2
This is closer :) But jquery does not seem to be part of the SharePoint script list for this page. Is there any way to put this in the onet.xml file (I have a custom version to create this site)?
19 Jul 2016 by Member 12253249
how do I add a custom div before S4-workspace in SharePoint 2010?I need to add a custom div after top header(site action bar) and befor s4-workspace.What I have tried:I have added a div just before s4-workspace div in v4-master. the problem is that, when i load the page, its...
19 Jul 2016 by senthill
Let me know why you want to add custom div before s4-workspace div since s4-workspace is a root tag and the scroll bar will be enabled for s4-workspace tag.
19 Jul 2016 by senthill
This article describes how to create a usage report for SSRS reports that are hosted in the SharePoint Site.
18 Jul 2016 by azhauddin
unable to edit my ascx file in my web part. after editing ascx file and debugging the web part, ascx.g.cs file gets deleted automatically ? and gives ErrorWhat I have tried:i tried to edit my web part ascx file, after changing some fields and input tags i saved my web part and build the...
18 Jul 2016 by senthill
Hi, did you make any change on the auto generated designer ascx.g.cs file?if yes then the file will be deleted while make any changes on the ascx file code. To resolve this issue, crate a new webpart and copy paste the same code.Regards
6 Jul 2016 by senthill
How to hide Sharepoint designer ribbon for all users except site collection administrator
6 Jul 2016 by Mohammad A. Amer
SharePoint Designer 2013 "The server could not compete your request"?thenan error occured while trying to fetch your SharePoint Site.No Details but at the endIt said that I don't have permission and I need to have account with a permission to do it... so Could any one help in this...
6 Jul 2016 by senthill
Please try to open the SharePoint designer with admin rights by right click on the designer and select "Run as administrator" privilege
5 Jul 2016 by senthill
Let us discuss how to open InfoPath form in SharePoint modal popup window in SharePoint 2013
5 Jul 2016 by siva kuamar
error : Access to the path 'D:\ZRST_16022016\Source\AZ.SharePoint.RST\AZ.SharePoint.RST\bin\Debug\AZ.SharePoint.RST.wsp' is denied.I believe this is not a logical issue. BTW am administrator of this server.Also i have another questionIf i build the application will the wsp be created...
5 Jul 2016 by senthill
Hi, Follow below steps to open the project,1. Click windows start button2. Type devenv in the search box, then select the visual studio icon, right click on it. Select "open as administrator" then open project and check whether the issue whether are getting error message again.
4 Jul 2016 by Member 12128099
I am trying to customize my portal page as a fresh developer, I add css and disappear the quick lunch and some more css.Within few past days, I faced with weird issue that when I make a web part and edit the view, after 5 or 6 time refreshing and specially when I change the chrome type, the Web...
4 Jul 2016 by senthill
can you post your style sheet which you added in the webpart page?
4 Jul 2016 by ankitarora03
I created a page with server side radiobutton and checkbox functionalities.But selecting every control the page is refreshing.In this regard request to help me by suggesting an idea for rectifying this problem.
4 Jul 2016 by senthill
when you click any server side control, the page will post back by default. If you don't want to post back the page, place the control inside the update panel which available in ajax controls.
30 Jun 2016 by senthill
This article describes how to customize master page, how to customize home page and it will give you tips to improve the look and feel of the SharePoint site.
28 Jun 2016 by Bajirao_
Sharepoint popup appears at the top of the page when page length is big in terms of height. Fix is suggested in this tip.
25 May 2016 by TheAbominable
Ok, so I am creating a web part for Sharepoint 2010 that will iterate through a list (list has about 80 columns!!) and display some row data in a nice and orderly fashion. I have created label controls and there is some HTML (tables mostly and some css within the tables) on the front-end of...
20 May 2016 by Kranthi Chow Nadendla
i have a site collection (abc) in share point 2010, as per Microsoft recommended 200GB is the threshold for on site collection. so i created one more site collection (xyz) using Record center template, and i am moving the documents from (abc) to (xyz) record center. and i can see in my site...
7 May 2016 by Atish Dipongkor
How to get current culture in SharePoint 2013 Online? How to get current culture using client object model C#?
21 Apr 2016 by Member 12477201
Before showing info-path form ,need to open model popup (i.e) confirmation Box , if user clicks ok then open infopath form in Edit mode,cancel then open infopath form in Read-only mode.What I have tried:used Messagebox.show(), while publishing its displaying error. Then written script in...
21 Apr 2016 by Karthik_Mahalingam
You can use confirm[^] var flag = confirm('Do you want to open?'); if (flag) { // your code for Yes|Ok } else { // Your code for No|Cancel }
20 Apr 2016 by member9556688
Hello Friends,I had created custom workflow activity to create list.It works fine but day after i open that workflow in SharePoint it shows me error Could not deserialize object.what was the problem.If i make changes in assembly file than it work fine for that day but after next day same...
20 Apr 2016 by Member 11446437
It turned out that there were some custom workflow activities in the projects. The entries needed to be added in the web.config file. For SharePoint 2010 custom activities to work in SharePoint 2013, the "authorizedType" node needs to be defined in a new sub-section "targetFx" under the...
15 Apr 2016 by MandarKhedekar
I am not able to add existing content type in my test library. While using add from existing content type option to my test library, I get access denied error.Following are the steps I perform:-Go to Test library settings. -Advance settings. -Allow management of content type. -Add...