I have an extrnet site that has a shared document file. I can upload files just fine, view them, etc... But when I try to check one out to
I have a .ashx file that I have deployed into sharepoint.I want to be able to use the code behind file.Currently I have this setup:
I have a HttpPostedFile object and after the file gets uploaded locally onto the server, i want to move that temp file in开发者_运维技巧to a document library in sharepoint.Here is my code:
I have a document library that I would like to get the list of file names and put them into a string[] array.Can someone give me some sample code of ho开发者_如何学编程w this would look like?Assuming
One of the SharePoint out-of-the box (created with SharePoint tools and no custom code) web parts has suddenly stopped working, offering only this information to debug:
I\'m using the XmlFormView control on a custom aspx page hosted in a SharePoint site. Recently our SharePoint was upgraded to 2010 and afterwards I\'ve been having problems with the form validation tr
I\'ve received a request to create a new \"secret\" site in our SP Farm which will have a very restricted set of users, and should be entirely invisible to other users of our SP site. Ideally, nobody*
I\'m trying to design a List for our team site to serve as a place for us track work requests from other parts of the o开发者_运维知识库rganization.
After building of any C# project we will get a dll, and I need to place that dll in bin folder of sharepoint virtual directory(its a webpart..and I must place in bin folder not any 开发者_JAVA百科othe
I have created a site in Sharepoint services and hosted in IIS 6.0, the site is revealing few sensitive information like server name in the response. Please help me to secure or hide this information.