Custom list definition with folder creation
Good morning!I am trying deploy a custom list definition from a content type (which inherits from item content type) with the option FolderCreation="TRUE" from Visual Studio 2010 to a new Sharepoint...
View ArticleUnable to update list item properties with client object model
I have a document library in which I uploaded a docx file and entered values in my fields (a metadata managed field, a text field and a user field) using a client object model code piece. Later, if I...
View ArticleIs is possible to have multiple RBS BLOB stores used by a single content...
I am working on backup/restore software for SharePoint 2010/13 and need to know if it is possible for a user to configure multiple BLOB stores for a single content database.i.e. In the steps to create...
View ArticleHow to Embed flash swf in Sharepoint Master page
hi, i have a requirement in which i have to add the flash logo in the master page below is the code<SharePoint:SPLinkButton runat="server" NavigateUrl="<%$Resources:HD,HomeURL%>"...
View ArticleCant edit Wiki pages in IE8......constant "Loading..."
Have a really wierd issue with IE8. I can't seem to edit SOME of my wiki pages in Sharepoint 2010 using IE8. I can open it in firefox and it works just fine, but it won't work in IE8. When I click...
View ArticleIntegrating native .Net app with external SQL connection
We are looking into building a C#.Net web application that uses a SQL relational database, but host it inside of SharePoint 2010. Why? Because it is a central location for internal apps. How? Not sure...
View ArticleOnValueChangeClientScript Issue in SharePoint DatetimeControl
Hi,I am using following SharePoint datetime control and i want to compare user selected date with the current date. for this i am calling a javascript function on "OnValueChangeClientScript:".but the...
View Articledelete custom computed field from sharepoint list
Hi ,i have added a custom field to a sharepoint list using a event receiver feature following this article :...
View ArticleSolution status is "Deploying" in SharePoint 2010
Have farm with 1 Application server and 1 WFEWhen I deploy WSP, status is showing "Deploying" always.Please lt me know the reason for this.I tried deploying project directly using VS 2010 option, am...
View ArticleHow can i apply Jquery treeview (http://jquery.bassistance.de/treeview/demo/)...
Here's my code in Ascx in Page Load to form the bulleted list below.*Site name *Group Name *User1 *User2 *Group Name 2 *User1 *User2 protected void...
View ArticleSend email with attachment in asp.net C# - Sharepoint 2010
Good Afternoon...I have a problemto sendemailwith attachment.I havea listin SharePoint 2010that hasattachedto it.Must do the following.When thee-mailgoto the SharePoint listitshootan emailto a specific...
View ArticleHow to segregate documents in document library?
We are developing remote asp.net application for sharepoint foundation 2010. We are using sharepoint to upload and download documents in document library. We have custom wcf service inside ISAPI which...
View ArticleHow to access user profile service other than default using C#
I need to access other than default user profile service when multiple user profile services are associated to a single application. I use the below code but it always retrieves the default one set in...
View ArticleSPSite site = properties.Web.Site in event receiver
I have an event receiver and would like to ask what is the best method and why.1.using(SPSite site = new SPSite(properties.SiteId) { using(SPWeb web = site.OpenWeb()) { //code } }ORSPSite site =...
View ArticleNeed help handling the attachment of a Word 2010 document to a SP2010 list item.
I have a SP form that has an option group on it. When a user makes a selection, a related Word document opens. Once the Word doc has been completed I need some way to automatically attach the doc to...
View ArticleTabbed Web Part Error's Out
Hello, I have been working on a page for a while and sometimes the content in the tabed web part will display and other times it will not. This is not user friendly for the user as they have to refresh...
View ArticleSharePoint 2010 Online Web Part Error: An error has occurred. Correlation ID:...
I am getting multiple errors in accessing content that has been always accessible. I have admin permissions, yet myself and other users with less permissions are getting similar error messages. Has an...
View ArticleSharePoint 2010 Note Board Text limited
Does the Note Board in SharePoint use unlimited Text and if so, can it be limited?
View ArticleCheckbox field in sharepoint List.
hi ,The checkbox field offered by default in SharePoint list doesn't reply to my requirement because it is used with the ribbon command.i would like to add a checkbox field to my list that display a...
View ArticleCustom Ribbon Button - Elements.xml not updating.
Hey community!Question for you guys. So, I am doing some super-entry level dev work and am making some very simple custom Ribbon controls (Hello World type stuff). What I am noticing is that...
View Article