sharepoint

How to disable silverlight (when creating sites) in SharePoint 2010?

I have a custom site template in SharePoint 2010. It works well when there's no silverlight installed on machine. When there's silverlight on machine, after fill in the information for creating a sharepoint site and click ok it gives error without any explanation. Since there will be many editors I can't ask them to uninstall silverligh...

Is anyone familiar with Bamboo sharepoint products?

We are looking at 3rd party application solution providers for SharePoint, and are interested in the Bamboo products (bamboosolutions.com). Has anyone had any experience with these products? Are they stable? Have they caused you issues? Are they worth the money? Specifically we are looking at the PDF converter, but would like to expan...

'Microsoft.SharePoint.MailMessage' is inaccessible due to its protection level

'Microsoft.SharePoint.MailMessage' is inaccessible due to its protection level On this code: MailMessage mail = new MailMessage(); mail.From = "[email protected]"; mail.To = "[email protected]"; mail.Subject = "Testing Code"; mail.BodyText = what; mail.Priority = MailPriority.High; Smtp.Send(mail, "smtp.xxxxx.edu"); How can remidy this...

How can I make Flash work with a SharePoint List instead of XML?

I heard from an article somewhere that Flash can now use SharePoint lists instead of an XML file. However, I'm having trouble locating a tutorial which will explain how to get a Flash app to draw from a SharePoint list. Anyone know any good tutorials? I'm working with SharePoint 2010, Flash CS4, and I'm currently using AS3 to pull in...

How to get SPUser Object using user id (domain_name\userid)

I have the login ID of that user. But in the code I want to convert that login name into SPUser Object. Can I convert LoginName(type string) to SPUser. Or is there any way to convert windows identity user token to SPUser. I am adding users to a spgroup(so does not exist on the site). All I have is windows user token. Thanks ...

WSS 3.0 managing multiple versions of the same document in a parallel development environment

We are using WSS 3.0 at work to manage design documents for our systems. We work in a parallel environment which means we usually have a production copy of a document (e.g Doc A) plus also two or more versions of that document that will be worked on by independent project teams (Doc A (proj 1) & Doc A (proj 2)), we have in the past achi...

Summary Link Web Part conflict with custom web part in SharePoint 2007/2010

Hello I have a problem of getting Summary Link Web Part (SLWP) work correctly for ages. There is no problem, if I add SLWP first to a page and add all links before I add a custom web part. However it doesn't work the other way, even adding a new link to SLWP is not possible after the custom web part is added. The new links do appear in...

asp:Button inside SharePoint Dataview Rows with onclick event does not call C# function. Pull it out of Dataview and works fine.

asp:Button inside SharePoint Dataview Rows with onclick event does not call C# function. Pull it out of Dataview and works fine. I have a ASP.NET Button I've placed inside a SharePoint DataView's rows with an onclick event pointing to C# function block inside my page. The page refreshes when I click on them, but it's not hitting that c...

Guestbook (sharepoint 2010)

Hey Does anyone know how to make guestbook on sharepoint site Thx ...

Can i use K2 Blackpearl without SharePoint ?

is it possible to develop a solution using .NET technology along with a the K2 Blackpearl BPM but without using Microsoft SharePoint ? ...

Get Current SPWeb From Web Part

I'm working on a WebPart, to be used in SharePoint, that will display a listing of documents within a document library. To do so, I believe I need to reference the SPWeb object for which the web part is hosted on. Unfortunately, I don't see how to access the current SPSite or SPWeb from within a WebPart. How would I access these from wit...

SP 2010 Attach File Client Object Model

Hello - I have created some code to create a list item programmatically. Now I would like to attach a file to the list. I'm getting a 401 error: unauthorized. I have set the credentials which works for creating the item but not attaching the file. Any ideas? Dim credentials As New System.Net.NetworkCredential(MyUser, MyPassword, My...

How to access sharepoint resources files from Hive programmatically ?

Hi, i need to get resources from one resource file of the sharepoint folder 12. The method HttpContext.GetGlobalResources() seems not to work for that ... How can i do ? Thanks. ...

Weird problem with lists and resource file in Sharepoint 2007

Hi all, i'm encountering a weird problem. On the project i'm working on we have some lists, the titles and descriptions of each field of each list are stored in a resource file which is deployed in the hive by feature, like the lists ... First all labels were in French, then we integrated the translation made by the client within the re...

SharePoint - Deploy new default.aspx through feature

I have created a feature which deploys a custom default.aspx page. The deployed file goes to the template\features{featureName} directory. How does SharePoint know to use this default.aspx page instead of the one that is located in SiteTemplates{Site Def name} directory? ...

Unable to add a ribbon button to a custom list.

Edit: Updated with input from Omlin I am attempting to add a custom button to the ribbon. I want the button associated with a custom list named “Products”. I am able to get the button to show for a built-in list, such as a Shared Documents, but not the custom products list. Below are examples of my code working with an existing lis...

Defaulting Column in SharePoint DataView Insert Mode to a QueryString Parameter

I have a SharePoint Dataview with a Querystring parameter. I am able to use the Parameter in a Datasource filter. I've enabled the New button and it works. There is a column in my view that is required. I really don't want to display it in my DataView, but must. When I select Insert, the column (a lookup dropdown), comes up. I'd l...

All Day Event Sharepoint Calendar

Whenever "All Day Event" in share point calendar is not selected it shows blank value. Can we force it to show "No" instead of blank value. I appreciate your response. ...

Sharepoint Forms-Based Authentication Issue

I have a site on MOSS2007 with a single zone (Default). I have set up forms based authentication with our active directory store using the LDAP membership and role providers and configured central administration with the providers so that the people picker can properly search folks. To test access, I first made my account (provider:user...

how to update infopath form library item field programatically ?

Hi, I was successfully able to update one of the fields (which was of type boolean) from infopath for library item using sharepoint object Model as if it was a list item. But for another field which is of type text, the same code just gets executed but does not change the field value !!!! I am using following code, which works for ...