Questions tagged [sharepoint-2010]

For SharePoint-specific questions, please see the SharePoint Stack Exchange site at https://sharepoint.stackexchange.com/

SharePoint 2010 is a Server Product from Microsoft. It is a Application Development Framework that helps you to create Web Applications in no time. It is used for collaboration, web publishing and file sharing as well as providing a rich set of functionality (content management, search, wiki, blogs, etc.). Sharepoint 2010 can also present information from Enterprise Information Systems (EIS) and handle complex workflows.

8481 questions
2
votes
2 answers

How to add code to SharePoint 2010 master page

I have created custom master page with custom elements included according to this link: http://msdn.microsoft.com/en-us/library/gg447066.aspx I want to have a Suggestions form in header area where users can leave their comments/suggestions on what…
2
votes
2 answers

Why is Sites.FullUrl null in SharePoint content database? Where to find the site collection url?

I'm working on a sharepoint project.it needs use SQL query to get some information about site collection and web.I'm using sharepoint 2010: SELECT Webs.Title AS [Site Title] , Webs.FullUrl AS [Site Url] , Lists.tp_Title AS [List/Library Title] ,…
urlreader
  • 6,319
  • 7
  • 57
  • 91
2
votes
0 answers

How to add a custom field to a list item attachment?

In a SharePoint 2010 development project (in VS 2010), we need to add a custom field to the list item attachments. For example, the user has an additional boolean field next to the attachment file browser similar to the below mockup: Any ideas?
Quantamax
  • 199
  • 2
  • 8
2
votes
0 answers

Committing changes to JSGrid control without writing to underlying database

I have a JSGrid Control which is being used to display timesheet data from an MS Project database. I want to add a "totals" row to the bottom each column of the grid which updates live on the client side and does not need to go back to the…
2
votes
1 answer

Sharepoint 2010 sends error 404 once per user after deployment or application pool restart

We have a big SharePoint-Project we installed on different servers. Whenever we deploy any feature/webpart the first access of ANY page (including Backend Pages like "ManageFeatures.aspx") throws a 404 Error. This happens once for every user I…
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
2
votes
1 answer

Service Unavailable Central administration SharePoint 2010

i am facing a problem with my SharePoint Administration 2010, when i am trying to open it its give me "Service Unavailable" but the other sites that are created are working fine. i searched the net but i didn't find a good site for this…
Noora
  • 319
  • 3
  • 10
  • 26
2
votes
3 answers

How to determine which application pool a SharePoint service application is running on in C#?

Is there a way to programmatically determine which application pool a service application is running on? I haven't really found much on this so far. Any help is appreciated!
athom
  • 1,257
  • 4
  • 13
  • 30
2
votes
0 answers

Customizing or Catching SharePoint ribbon action "New Document" in document library

I was wondering if it is possible to catch or customize the "New Document" action in the ribbon when you create a new document in a document library. The reason is the following: I would like to fill in some data into the document (pragmatically…
Thomas De Pauw
  • 393
  • 5
  • 17
2
votes
0 answers

Sharepoint 2010 Change User Active Directory Group Policy, Programmatically Add User to SharePoint Group

I have few Site Collections where permissions are granted using Active Directory Security Groups. Therefore a Site Collection might have 3 Site Permission Groups which contains the AD Security Groups. Now would it be possible to code a function…
user1211929
  • 1,190
  • 1
  • 12
  • 32
2
votes
3 answers

EventReceiver to Create folder sharepoint 2010

I have this event receiver c# class that I am trying to implement on a Sharepoint site. It did not work. I have deployed it from visual studio 2010 after it was build ok. Does anyone see what is the problem? Is the code ok? or is the problem on the…
FAA
  • 499
  • 1
  • 7
  • 16
2
votes
1 answer

When doing foreach for Sharepoint 2010 UserProfiles, is there a way to sort them?

I am making a simple birthday calendar webpart for Sharepoing 2010. I need to iterate through all users of a site and show those who have birthday on said date. I need to present users in alphabetical order of their names. I can iterate through user…
Istrebitel
  • 2,963
  • 6
  • 34
  • 49
2
votes
1 answer

400 Bad error using Sharepoint web services

I am getting a 400 HTTP error while attempting to use the Sharepoint Query Web Service. My rationale is that this is largely due to a malformed XML which I am unable to wrap my head around as to why: This is the SOAP request body, can anybody think…
user1020069
  • 1,540
  • 7
  • 24
  • 41
2
votes
3 answers

Sharepoint 2010 404 Error after Renaming Subsite

We are still in the process of rolling out SharePoint, but we’ve got the server up and running and the primary site is working. We set it up as sharepoint.mydomain.com. I then created a new site called ‘Help Center’ and it’s URL was…
2
votes
1 answer

SharePoint Security Groups

I am looking to set up a new security group called Head Company which will include existing security groups on my SharePoint like Child Company 1, Child Company 2 etc. This is to allow say the Company Group CEO manager access to all the Companies…
James Khan
  • 773
  • 2
  • 18
  • 46
2
votes
1 answer

Case sensitivity inconsistency in SharePoint + oData?

I am using jQuery to get information from SharePoint 2010's listData.svc. I noticed some inconsistencies with regards to case sensitivity in my queries: The following command is case sensitive: ...&$filter=substringof('String', property) eq…
1 2 3
99
100