I am trying to modify the List View of Link list in SharePoint 2010. What I need to do is to allow/disallow users to order item of Link list programmatically. We can do this easily using SharePoint br
I am querying a sharepoint list via the web service api. Calling the ser开发者_如何学Cvice through the API requires sending an XmlNode object that represent the CAML query. With everything else exactl
I am trying to enable View toolbar on my list views. But it seems not to be working. How can I get the code right?
So I have enabled Ratings in Sharepoint 2010 for a Document Library following this guide: http://weblogs.asp.net/开发者_开发技巧bsimser/archive/2009/10/19/sharepoint-2010-what-s-new-ratings-spc09.aspx
I have this two sharepoint web application that resides on the same server with different site collections and contents. What I wanted to do is to develop a service that will just be scheduled to run
I\'m doing a some research on the feasiblity of a Sharepoint project that has come our way. Basically, we are looking at keeping users on the SP site and an 开发者_如何学编程external system in sync. W
I need to get all fields from my list template? How can i do this? var web = site.OpenWeb(); var template = web.ListTemplates[\"SomeTemplate\"];
I am retrieving the user information from a number of site collections through the SharePoint web services.
i want to handle ev开发者_运维问答ents that are occuring on a aspx Page specifically sharepoint webpart page .
Sorry about having 3 questions in one but they are closely related and should be simple for someone familiar.