The .net tag has no wiki summary.
0
votes
2answers
371 views
send data from list to sharepoint application page
is there any way to connect a SharePoint application page to a list in the SharePoint to save data inside form (in application page) to the list in the SharePoint
i need to know it i can make ...
3
votes
1answer
79 views
how to load a folder given just a ServerRelativeUrl using Microsoft.SharePoint.Client
In my application I have a url of a folder as retrieved by folder.ServerRelativeUrl() eg. /consulting/TeamSiteTemplate/Documents/
Now I want to get a list of folders inside this folder. I use this ...
1
vote
1answer
55 views
Quick way to change Custom New form web part into custom edit form
I just created a custom new form web part in C#. It works great and adds a new item to the list with the 'Save' button.
Now, I am trying to reuse the same code to create the custom edit form. But I ...
1
vote
1answer
104 views
Internal User Versus External User Versus anonymous user in SharePoint 2013
I have read the new police for SharePoint licensing price, and it mentioned that no extra license price will be needed for any external web sites. But I have the following questions to know exactly ...
0
votes
1answer
541 views
Downloading files from sharepoint programmatically C#
I would like to know what are benefits/drawbacks when using either of these methods for downloading a document from Sharepoint
using Microsoft sharepoint library
public void Download(string ...
0
votes
1answer
87 views
Can I develop a SharePoint 2010 Service Application using .NET 4 or 4.5?
Since SharePoint 2010 Service Applications are abstracted out, is there any way to develop Service Applications using the .NET 4.0 or 4.5?
1
vote
0answers
41 views
Send Log/Debug Messages to SharePoint from a clientside ActiveX Component
I developed a ActiveX Component (C#) for SharePoint 2010 and would like to send log/debug messages to the SP-Server so that they are viewable in the SharePoint LOGS Folder. How am I doing this?
Like ...
0
votes
0answers
25 views
Sharepoint 2010 restricts priviliges on accessing locally
I'm installed SPS2010 Standard on Win8 developer machine. Installation performed under domain account. This account also used as farm administrator.
After installation, I'm checked "Central ...
0
votes
0answers
23 views
Adding a bundle of scripts to Sharepoint webpart by defining specific folder
I have like fifty of these:
<SharePoint:ScriptLink ID="ScriptJquery" runat="server" Name="/_Layouts/ApplicationManagement/Lib/jquery-1.7.1.min.js" />
Is there a way to define a folder and it ...
0
votes
0answers
73 views
Authenticate Site Minder using httpwebrequest and httpwebresponse
We are trying to authenticate the site Minder by using httpWebRequest and httpWebResponse and read the cookies. But we are unable to get the cookies
string url = "https://xxxx/login.jsp";
...
0
votes
0answers
206 views
Code lookup of values in External List returns no records
I am using SharePoint Foundation 2010
I am designing a bulk upload of files into a Document Library. The files will all have a Content Type applied to them with the values coming from a number of ...
0
votes
0answers
81 views
Automate publication of “Infopath Filler Forms” to SharePoint Library
I've read interesting documentation about automatic publication of Infopath Forms to SharePoint 2010.
...
0
votes
0answers
135 views
Compilation failed. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information
I am trying to create a workflow in VS 2010, SharePoint 2010, Windows Server 2008 R2 environment. I added a sequential workflow to the application. When I was trying to build the application, it was ...