Click here to Skip to main content
15,886,518 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 Score

SharePoint 2010 

5 Feb 2016 by Jonathan Cardy
How to write scalable CAML queries that won't return list view threshold errors on large SharePoint lists.
19 Jul 2010 by Abhijit Jana
A demo of how to integrate a Silverlight Application with SharePoint 2010
25 Nov 2010 by Abhijit Jana
How to use Silverlight Chart Control with SharePoint 2010
7 Sep 2011 by Eric Xue (brokensnow)
New features of SharePoint 2010 Integration with BI 4.0 (IOMS 4.0)
5 May 2014 by Carlos A Bueno
Map your Sharepoint lists in Strongly Typed Entities
21 Sep 2015 by Atish Dipongkor
Synchronize Active Directory (AD) users to a SharePoint List. We will create a timer job for that. This timer job will periodically sync AD users to a SharePoint list.
19 Jul 2016 by senthill
This article describes how to create a usage report for SSRS reports that are hosted in the SharePoint Site.
6 Aug 2013 by Manas Bhardwaj
How to send email in SharePoint.
13 Sep 2016 by Atish Dipongkor
How to create a Sandboxed Workflow Action for SharePoint On-Premise (2013 or 2010)
22 Dec 2015 by 2irfanshaikh
Use SharePoint Commandlets in Windows PowerShell ISE
7 Nov 2010 by Raymund Macaalay
How to configure SharePoint 2010 to accept incoming emails
6 Sep 2011 by Raymund Macaalay
How to use jQuery with SharePoint 2010
29 Sep 2011 by Eric Xue (brokensnow)
Set up SharePoint 2010 Load Testing with VS2010 Ultimate Edition - Part I
14 Nov 2012 by Eranda Ketawalage
Avoiding thousand separator(comma) in SharePoint Number field
23 Dec 2014 by Zoltán Zörgő
You can't compare them. It's like apple and bread. Both are products, both are development platforms, both rely on asp.net framework, but that's much anything in common.With Sharepoint you have a CMS ready to use. It has good and not so good features, and limitations, and it is as it is. You...
23 Dec 2014 by KaushalJB
SharePoint and MVC can't be compared any how but yes these both are at peaks this few years. I started SharePoint before 8 months and its good to go for next few years, but yes can't say what's the future as new techs are on the prowl. God knows which one is next so it actually depends where...
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
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 Oct 2012 by Albarhami
I am using LINQ to access the list data of sharepoint in vs c#,the column type in list data is choice(menu to choose from)i want to insert inside the list data a choice of yes or no from CheckBox of asp.net controls.The question is how to convert bool to enum?for example to...
17 Oct 2012 by ASWATHY S NAIR
HI,i have created a custom action in sharepoint list item dropdown.i dont know how to hide that custom action from users who dont have full control access to the site.can any one help me for doing that????it should be done using right mask option in sharepoint designer..any one knows....
3 Nov 2012 by Sergey Alexandrovich Kryukov
What do you mean "how"? By learning SharePoint and programming and putting this knowledge in practice. Do you think there is another way? You can start here:http://sharepoint.microsoft.com/en-us/resources/Pages/Developer-Training-Guide.aspx[^].The whole SharePoint product is devoted to...
4 Nov 2012 by Espen Harlinn
Have a look at Shivprasad Koiralas' articles:SharePoint Quick Start FAQ Part 1[^]SharePoint Quick Start FAQ Part 2[^]SharePoint Quick Start FAQ Part III[^]SharePoint Quick Start FAQ - Part 4[^]SharePoint Quick Start FAQ - Part 5[^]SharePoint Quick Start FAQ Part 6 – Workflows,...
18 Dec 2012 by AshishChaudha
Please follow the link below:Dynamically adding and deleting rows from ASP.NET GridView[^]Thanks
23 Feb 2013 by Sandeep Mewara
You can have a look at these to learn:MSDN Sample[^]SharePoint Tutorial 1[^]Video: SharePoint Tutorials 2[^]
24 Feb 2013 by Thomas Daniels
SharePoint Quick Start FAQ Part 1[^]SharePoint Quick Start FAQ Part 2[^]SharePoint Quick Start FAQ Part III[^]SharePoint Quick Start FAQ - Part 4[^]SharePoint Quick Start FAQ - Part 5[^]SharePoint Quick Start FAQ Part 6 – Workflows, Workflows and...
11 Mar 2013 by Jameel VM
Try like thiscontext.Lloyds_Carts.InsertOnSubmit(Lloyds_Cart);context.SubmitChanges();Where Lloyds_Cart is the entity that you need to pass on the InsertOnSubmit methodHope this helps
26 Mar 2013 by Dhruvin Sukhadiya
Here are some article that may Help you..1. SharePoint 2010: Create Custom Timer Jobs[^]2. http://www.youtube.com/watch?v=gYOTudcwCAY[^]3. http://code.msdn.microsoft.com/office/SharePoint-2010-101-Code-da251182[^]
2 May 2013 by vanita khatnani
it is the default application pool used to host end user Content Web Applications having used the Farm Configuration Wizard to get up and running quickly.May the following link can help u out....link
7 May 2013 by prasannabelsare
Hi, I am using SharePoint 2010. In SharePoint site there is a Form Library which has column "Current Date". I want to create a timer job which will update this column with current system date once in a day. I know this is possible with SharePoint list with following...
20 May 2013 by Sreejith Gopinathan
This article describes how to capture and modify email alerts with alert handler in SharePoint 2010
4 Jun 2013 by Ahmed Bensaid
You can upload documents to SharePoint libraries using the Object Model or SharePoint Webservices.Upload using Object Model:String fileToUpload = @"C:\YourFile.txt";String sharePointSite = "http://yoursite.com/sites/Research/";String documentLibraryName = "Shared Documents";using...
16 Jul 2013 by Krishna KV
Hide the full ribbon for read only user.Added a new tag for readonly user
28 Jul 2013 by Bajirao_
Hi Radhwane,As you mentioned your scope is Collaboration, Document management and Networking. Microsoft already launch various features related to it. 1] Collaboration : The social and collaboration features on My Sites, Team sites, and Community Sites in SharePoint 2010/13 make it...
7 Aug 2013 by Joezer BH
* URL: // URL of type DOMString, readonly//The absolute URI [IETF RFC 2396] of the document.alert(document.URL); // This property is an alias for the location.href property on the window.* Eail via outlook:Compose and Send E-mail from JavaScript by using Outlook Automation...
21 Aug 2013 by thatraja
Try parentNode instead of parentJavaScript HTML DOM Elements (Nodes)[^]Here is a common workaround: Find the child you want to remove, and use its parentNode property to find the parent:var child=document.getElementById("p1");child.parentNode.removeChild(child);
7 Sep 2013 by MANPREET SINGH
How do we remove the Start & Cancel Buttons on initiating a Nintex Workflow
26 Sep 2013 by Hazem Atwa
Just run the iisreset command in cmd and this will fix the problemHint: Open CMD as administrator
31 Oct 2013 by Tan Son
hiby default, in Custom List of SharePoint 2010, Add New Item allows to add one entry only to the Custom List, is there anyway to add multiple entry to the List by one shoot? Could you help the solution?thanks
6 Nov 2013 by Am Gayathri
private void button1_Click(object sender, EventArgs e) { try { string siteUrl = "Site URL"; string strname = textBox1.Text; int intage = Convert.ToInt32(textBox2.Text); ClientContext...
25 Nov 2013 by ZurdoDev
This is a very simple thing to search on google. Here are some links to...
26 Nov 2013 by vanita khatnani
you can achieve this by the "save as template" way...step 1:- open your sharepoint list in sharepoint designer step 2:- there is an option in the ribbon "save as template" step 3:- click it.. and it will save list template in solution gallery. or List templates. (dont forget to check the...
15 Dec 2013 by Developer Hemu Patel
Hello,I m working with the attachment of the SP List Item using the SharePoint Client Object MODEL.But I can't attach the Attachment with the SP List Item.Please Help me on this issue...Thanks...
25 Dec 2013 by Sergey Alexandrovich Kryukov
You can only do such thing if you run your application under elevated privileges. Doing it just under the administrative account is not enough for Windows 7 or later; you also need to "Run as Administrator". Here is how:http://www.sevenforums.com/tutorials/11841-run-administrator.html[^].—SA
24 Jan 2014 by karthik Udhayakumar
Hello,Suggestion is to follow this ApproachStep1:Pls playthrough and understand all the inbuild options available you can try in MOSS as a Power User or a Site Admin.Step2:Based on your Sharepoint Server VersionInstall the related designer may be Sharepoint designer 2010(which...
6 Feb 2014 by Member 10577930
i have to create sub folders on the click of a new folder creation....this has to be done in a document library of sharepoint 2010.....need visual studio xml code for it....mostly xml code is prefered for this........Thanks In Advance
24 Feb 2014 by july2008
Just like the title, I have create a subsite in site1, and it did not inherit any permission from the site1, and also ,I removed all the user permissions, when I tried to delete this site, I did not have the permission, so, what can I do to delete the subsiteplease help me !!!!!!!!...
24 Feb 2014 by karthik Udhayakumar
Hello Huang,Solution1:-You need to get FullControl over the Site and follow these steps*Open the parent site by using any one of the following methods:*Type the URL of the site in the Internet Explorer.*On the View Site Collection page, click the site collection that you want...
14 Mar 2014 by Peter Leow
Refer: sharepoint-2013-books-a-comprehensive-list[^]
11 May 2014 by Manas Bhardwaj
Any effort?The first link Google explains it quite clearly:http://office.microsoft.com/en-001/sharepoint-server-help/schedule-the-start-and-end-date-for-a-published-page-HA010169330.aspx[^]
14 May 2014 by Member 8503274
Hi, i want to move the documents from one document library to another document library along with folders and fields. I written some code for moving them but i only file is copied not the all the fields. Can any one help me.I am writing the below codetry{ SPSite objactualsite =...
15 May 2014 by anup.bhunia
Assume you mean list throttling.It means controlling the data flow from server to client. Suppose in a sharepoint list there are 10 thousand rows and a user query returns all rows in the list, if server tries to return all the rows in a single go other user request might be starving. To...
18 May 2014 by KaushalJB
List in Sharepoint are the way like datatable from where we get store/retrieve Data and Libraries are Collection of All types of List, Documents and etc.Go for this links for more :1. The Difference Between SharePoint 2010 Lists, Libraries and Pages2. Diff List/Lib3. Comparing...
10 Nov 2014 by Manas Bhardwaj
What you need is a lookup column.Look here to get head start:http://www.dummies.com/how-to/content/lookup-columns-in-sharepoint-2010.html[^]https://www.youtube.com/watch?v=ShLH0mBcA54[^]
16 Nov 2014 by Anis Jribi
We will see in this tip how to enable anonymous access in Sharepoint for a Farm Solution
17 Nov 2014 by Pradip R
Please refer this link: CRUD Operation using REST in SharePoint App[^]or you can use other approach:CRUD Operation using Javascript Client Object Model.[^]
19 Nov 2014 by Manas Bhardwaj
Why don't you use SharePoint Workflow to send an alert? This is almost out of the box.Look here to get started:http://office.microsoft.com/en-ca/sharepoint-designer-help/introduction-to-designing-and-customizing-workflows-HA101859249.aspx[^]Of course, you can write a timer job as...
15 Dec 2015 by Member 12128099
I have a site collection in SP 2010 with many subsites. Each subsite is for a department. In some cases the people working in the company have responsibilities in more than one department, therefore they need all the tasks assigned to them from any department to be seen at one place. For this we...
23 Jan 2016 by Richard MacCutchan
Broadly speaking, you cannot convert an excel sheet into a web based application. You would need to create a website which 1. presents an input form to the user2. captures the data3. performs some actions on it4. reformats it into some form of table5. sends it back to the browser for...
27 Mar 2016 by M.M.Mohseni
This is a comprehensive windows C# application which watches specific folders and upload their entry to a SharePoint lists or document library
6 Jul 2016 by senthill
How to hide Sharepoint designer ribbon for all users except site collection administrator
5 Jul 2016 by senthill
Let us discuss how to open InfoPath form in SharePoint modal popup window in SharePoint 2013
8 Dec 2016 by Melick
Default SharePoint 2013 / 2010 system pages where you should take care when you go online
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...
15 May 2011 by David Truxall
Using the SharePoint API to control the dates and merge the histories of two documents into a third one
31 Oct 2011 by Rajesh.Sitaraman
Social Ratings in SharePoint 2010
31 Oct 2011 by Rajesh.Sitaraman
SharePoint 2010 social ratings - Part 1
30 Mar 2012 by Bryian Tan
SharePoint Server 2010 - Domain sid inconsistent
4 Oct 2012 by faisal 121
Hi all Please let me know the process of adding digital signature while approving a document in a document library in sharepoint 2010. The other option is we can prompt the user to enter his password while approving the document, but I am unaware of the process. Can u let me know the...
5 Oct 2012 by Raj7sam
i have one list for examplelist 1 emp, at location 1name-----empid------salaryemp1------1---------123emp2------ 2------563now when i export this list to location 2 it will be imported as it is but now i make changes in list at location 1, i will change employee 1 name...
8 Oct 2012 by ASWATHY S NAIR
Hi all, Can any one help me to add a new delete button in item dropdown of sharepoint list and i need to a work flow associated with the delete button so that onece the user delete an item the other members can recive a mail by telling that the user have deleted the particular item...can any...
9 Oct 2012 by $aikumar$ Cilamkoti
AM NEW TO SHAREPOINT ,I have took a Task list and inserted some values through out of box and then i have created the visual web part and used the server object model and deployed it to the server.Basically i would require the index (LIKE ROW INDEX in DOTNET) of the on which i have...
11 Oct 2012 by SR.Rizwan
I have a caml query in my code to return some items of SharePoint list. I added the IF statement in case if query not find any matching item or returns NULL. SPListItemCollection Items = RiskAssesment.GetItems(new SPQuery() { ...
13 Oct 2012 by Sandeep Mewara
Try to Google it. If you don't find it there then you need to buy them. Link: LMGTFY[^]
13 Oct 2012 by OriginalGriff
How would you expect to convert from a bool to an enum?An enum is int based, and can have a wide variety of values (2^32 of them!) while a bool is restricted to two values: true and falseThere is no default conversion from a bool to an int of any type, enum or not.You could possibly...
15 Oct 2012 by omidfarvaha
I run search scope in for my list in sharepoint 2010 with webpart and i sure all of my job is true but when i use this search it is not work for this problem i go to site setting and in site Administration and in Search offline availability and define for Always index all Web Parts on this site...
20 Oct 2012 by Albarhami
I am trying to use the functionality of jquery in sharepoint webparts,, i tried many ways but i dint get the way to success till now,,for any roadmap or example with steps please provide ::
20 Oct 2012 by Sandeep Mewara
Following should help you out:MSDN Code: SharePoint 2010: Developing JQuery-Enabled Web Parts[^]jQuery Collapsable WebParts for SharePoint 2010[^]Animated Jquery Multilevel Menu for Sharepoint 2010[^]Try out.
23 Oct 2012 by revanthkumar.ch
hi all,i am working with blog site in sharepoint. For blogs site we will get posts list.In development server i am able to see the attachment field for post list.but in production server i am unable to see the attachments field.i had done a custom webpart which calls uploadattachment...
24 Oct 2012 by RajendhiranCiT
Hi, I call timerjob.RunNow() from user control,then i got exception for this line:ListArchiveJob objlistArchieve = (ListArchiveJob)site.WebApplication.JobDefinitions.FirstOrDefault(thisJob => thisJob.Name.Equals(timerJobName)); ...
24 Oct 2012 by fasan21
Hi.This problem is blowing my mind.We have a SharePoint wiki site that we created and we did a lot of customisation on the way things work.We have created many custom web parts and added them all to the article template so they all appear on every new article that gets created.In...
29 Oct 2012 by Ramya SV
In my project, i am using .net chart control, It’s working properly in Dev. and UAT environment, however after deploying into production environment users are not landing into their homepage after login due to the .Net chart control. It throws the "403 Forbidden". But if i remove the .Net chart...
29 Oct 2012 by Sandeep Mewara
OP posted that issue is resolved. This is to put this question out of unanswered list.
29 Oct 2012 by Ramanjulu Naidu N
I have downloaded the wsp file from this link to export selected items from list. i have succeeded as well, but the problem is i have two "lookup" columns. when i export the list items(selected or all) to excel, these two lookup columns not exporting exactly what is there in the list. lets say i...
30 Oct 2012 by Lalit kumar Mishra
I am creating a Document Set for a library using powershell and that document set contains some mandatory managed metadata fields. I am able to create document set but how can I insert data into those managed metadata fields at runtime?
30 Oct 2012 by Member 8090436
I have excel sheet which having huge data, i want to get all data into Sharepoint 2010 custom list, which i have created same columns that excel does.Which is the simple approach.Thanks.
31 Oct 2012 by rizwan115
i wanted to show some data in 'network chart' manner using d3-js, like this (http://projects.flowingdata.com/tut/interactive_network_demo/). it should be connected to sharepoint 2010 list and show the live data from the list. it is possible to covert the SP list data and reformat it into shapes?...
31 Oct 2012 by saud_a_k
To grab data from a list in SharePoint, you will need server side code using spweb oblect, or you can use the lists.asmx webervices to get the dataIf you want to extract data using simple jquery withput server side code then SpServices[^] is the best...
31 Oct 2012 by Kavin Cavin
Hi !I want to compare two rich text fields in sharepoint list form. And also highlight the difference between the textfields data. Is it possible to do this with Sharepoint Designer 2010 itself? or else suggest me the Javascript to do the same. And i am unable to use Visual Studio for...
31 Oct 2012 by Arojose
Hi I have grid in visual webpart.I have imported webpart in sharepoint UI and When i click on grid data in sharepoint 2010.Entire detail should be shown in another sharepoint page likeTitle Name Age (when i click on C# data in the Grid)C# XXX 10These details should be shown in...
5 Nov 2012 by PratapReddyP
CodeProject                 Metadata is data about data.
5 Nov 2012 by Vanitha_V_Bhat
Hello,I am stuck at a point while reconfiguring the SharePoint Server.- I am doing on a Standalone system - As there was a problem with the SQL server I had to uninstall the SQL Server 2008 R2 and Sharepoint Server 2010- Installation completed but when I go to the Configuration...
5 Nov 2012 by jim lahey
I would uninstall everything SharePoint related from control panel. You can't rely on simply removing the applications from IIS, the whole thing needs removing.When you reinstall, I can't emphasize how important it is to never ever choose the standalone installation, even if you are...
5 Nov 2012 by Member 7944462
Hi,This is my very first post on this site. I am asking for your expertise and help.I have to build a form(Data Entry form) ex: Credit card application form in share point designer 2010 not in Info path. I am able to make a form by using form customization (new form) but have some...
6 Nov 2012 by PratapReddyP
Content Organizer / Metadata Routing in SP2010.
5 Nov 2012 by Vanitha_V_Bhat
Thanks for your reply!I had actually uninstalled it completely but still Webservice App pool was running in IIS and the 14 hive folder was still there.- So manually I deleted that folder and remove the application.Configuration was successful :)
6 Nov 2012 by Member 8090436
I am creating new Manage Property in sharepoint 2010, while assigning it to list column, the list columns are not available in add mapping fields.How i get all list columns in add mapping list?I did full crawl after that not populate into 'select a crawl property' section.I also find...
6 Nov 2012 by saud_a_k
I have created a survey and gave users contribute permissions.then in the advanced settings set to only allow a user to see their ownresponses and from the survey site this all works fine.If they look at the graphical view or just plain view of the responses they just seetheirs.But...
6 Nov 2012 by Albarhami
The GridView delete command is working fine but when you refresh the page from the browser directly after the delete command link is cliked the next item is deleted .ie. on every refresh click the item residing inside that index is getting deleted,, i tried resetting the RowIndex value but as u...
6 Nov 2012 by ShahPalak
As a simple solution, please redirect on same page on RowDeleted event using Response.Redirect(Request.URL.ToString())