I have designed a form which has code behind attached to IT. I have to deploy the form with code behind in the Server.
I am using infopath 2007 forms in sharepoint 2007. When i want to open the forms in browser stored in the form libraries, it is saying a message that:
How to get content type columns or metadata for an item in SharePoint document library? This links gives the file properties that i don\'t need
I am working on a custom email notification for a WSS 3.0 solution.I am using a custom class inheriting from IAlertNotifyHandler to generate the email. There is a great example he开发者_JS百科re that
I\'m trying to follow this guide on a new WSS 3.0 install on a Windows 2008 R2 VM to get kerberos working.
Let me explain what I have. I work for a local government and I currently have MOSS2007 Server running on our SBS2003 DC that runs Domain A.
I use the sharepoint lists as a database. I want to somehow impersonate as different user inside the webpart code
I\'m still struggling with this question as I\'m trying to get up to speed with SharePoint, coming from ASP.NET Web Forms.We\'re looking to use SharePoint exclusively for several reasons; one of the m
I have a basic workflow programmed in Visual Studio 10 for a sharepoint site.It fires on a list item change or creation.The wo开发者_Go百科rkflow basically sends an email, changes the value of one of
I have a SharePoint workflow which calls a WCF service.This works fine so long as the workflow runs under IIS and is not shifted to the Timer Service.