The ECM features of SharePoint 2010 are excellent. The best thing is the extendibility of the platform using SharePoint designer and Visual Studio. By default SharePoint includes field types such as Single line text, multi-line text etc. The
Sharepoint Timerjob: Read the web.config inside a Timer Job There is no way to get a reference to a SPSite or SPWeb object inside a timerjob. So when you want to store configuration values in the web.config of your Web Application, there is no way
IntroductionSharePoint timer jobs are tasks executed on a scheduled basis by the Windows SharePoint Services timer service (owstimer.exe). They are analogous to scheduled tasks, and you can create them in any version of Windows, but SharePoint timer
Setup SSRS in SharePoint Integrated ModeThis post is about configuring SQL Server Reporting Services in SharePoint Integrated mode the quick and clean way with no fuzz in 40 steps.I'm not discussing the default values, I willonly
anybody can use these code. It's free. class SortAlgorithm { public void BubbleSort(int[] R) { int i, j, temp; bool exchange; for (i = 0; i < R.Length; i++) { exchange =
Working with BeforeProperties and AfterProperties on SPItemEventReceiverby Randy Williams on 9/18/2008 4:06 PMCategory: DevelopmentAs many of you know, event receivers are a great way to hook into various SharePoint events. These can apply to
Objective In this article, I am going to explain, how to insert multi user or more than one user in Share point list. About SharePoint list where value would be inserted There is a list called TestingUser.There is one column in list called UserTest.
This is an issue that we faced recently in one of our sites where in only the admin user could see the sharepoint people picker control added on the page.For all the other users, the control was not visible and kept on giving the error: "The control
Home > C#, MOSS 2007, SharePoint, SharePoint 2010 > SharePoint 2010: Basic List search / filter WebPart SharePoint 2010: Basic List search / filter WebPartApril 19, 2012 jasear Leave a comment Go to comments i 18 VotesI have created a
By default in SharePoint Foundation 2010, site owners and designers don’t have access to edit the master pages for sites. You get the following error when you try to open the site in SharePoint Designer 2010 and try to edit the master page:“Master
Editing contents of a WSP (SharePoint)July 7, 2010When deploying a new SharePoint feature for a trial upgrade 2010 environment, I was striking a problem with the contents of the WSP. Inconsequential to this story, there was a SYSTEM.WEB.DLL file
文章目錄 AnswersAll Replies Hello,I am trying to write a custom search query using CAML on a list which contains a URL field.The CAML query contains a WHERE clause on the URL field. What I have noticed is that when the URL