Silverlight Reduce XAP size option causes failure
Hi,I have a silverlight control hosted in a custom silverlight web part in SharePoint 2010. It works well.I tried checking the "Reduce XAP size by using application library caching" in my silverlight...
View ArticleStatus Indicator Value missing
I have created a simple status list with an indicator that counts the number of files uploaded in a document library.Whenever I try to export the status list to a spreadsheet the indicator value is...
View ArticleAdd more "sort" when creating a view
Hello everyone, I am trying to create a custom view and need to have more than two "Sort".Per the view it says "Select up to two columns to determine the order in which the items in the view are...
View ArticleCreate web part in Sharepoint 2010 using Visual Studio 2010
I created a web part using Visual Studio 2010 and SharePoint 2010 Foundation on my local machine. I want to publish the web part in our production server. However, I don't have a direct connection to...
View ArticleActivating web scoped feature that is installed in the solution gallery
I have a situation n a sandbox solution where I need to activate a web scoped feature grammatically.I found out that the guid is 8822d564-5afe-4b94-8856-df1a7b2d84dbbut when I use web.Features.Add(new...
View ArticleHide Row in Custom NewForm.aspx of SharePoint Task based on Permission Level
Hi Team,Today i would like to try on SharePoint Trimmer Control. I create one custom control by inheriting the SPSecurityTrimmerControl & make that possible to check the SharePoint Group.Basically...
View ArticleError - "A domain group cannot be the owner of a group."
Just wanted to help out others who may have this problem. I am developing a custom people picker and am testing changing the group owner and I received the error "A domain group cannot be the owner of...
View ArticleTop navigation for web part pages
Hi,Is there any way to add custom navigation to web part pages?I want to show global navigation on the top and custom top navigation on web part pages.Can any body help me out to accomplish this...
View ArticleSharePoint Global Navigation - Multi Level FlyOut's not functioning in IE10
Using SharePoint 2010 Enterprise and we have a couple of users on IE10. These users are unable to see the multi level flyout menus from our Global Navigation. We have two fly outs which show;1....
View ArticleFailed to deploy SSRS when enabling anonymous access
Hi, I have set up a Sharepoint Farm with two Sharepoint 2010 Servers and one SQL Server 2008 R2. If I enable Anonymous Access in Central Administration, when I try to deploy SSRS from SQL Server they...
View ArticleHow to update SPListItem without starting workflow? "Systemupdate(false) "...
Hi, I have a Visual Studio workflow running on a list - which does something after an item is UPDATED.I need to edit 1000's of list items by a console application - without triggering the workflow.I...
View ArticleSharepoint ClientObject Model ctx.Load(group.users) - Access Denied exception
Hey guys,I am trying to get the users of a group like this :GroupCollection userGroups = ctx.Web.SiteGroups; ctx.Load(userGroups,groups => groups.Include(group => group.Title,group =>...
View ArticleCaml query on ContentTypeId
I have a strange issue that I would appreciate some help with. I am basically running an SPSiteDataQuery with query.Webs = @"<Webs Scope='SiteCollection'/>";The query is below and you will see...
View ArticleSharePoint 2010 Page Layouts Adjust Gaps
Hi..I Created a page layout with Content Area, Webpart Zone, Content Area and Webpart zone in a page and if a webpart zone is empty getting some gap b/w content area..Adjust gaps between page content...
View ArticleHow To Get User ID Type ( Person / Security Group / Sharepoint Group ) from...
HiI have a requirement where we need to fetch the all the users having access to any site in a sitecollection. User information list available is site collection (_catalogs/users/detail.aspx) contains...
View ArticleRequest for the permission of type 'System.Net.DnsPermission, System,...
hello,Am trying to find user's ipadress using below code, IPHostEntry host; string localip = ""; host = Dns.GetHostEntry(Dns.GetHostName()); foreach (IPAddress ip in host.AddressList) { if...
View Articleservice unavailable http error 503 Application pool Stopped for the Web...
i am getting service unavailable http error 503 while opening a site in SharepointWhen i checked IIS, i found out that Application pool Stopped for the Web Application.So, i started it and then again...
View ArticleNeed to remove permission for Visitors group in sub site programmatically
We have a requirement where we need to assign/remove permission for SharePoint groups at sub site level based on the case. We are unable remove permission for Site Collection Visitors in subsite....
View Articleread data from subfolder by jquery
Hello , I have used the following code to read data from SpList by jquery : var soapPacket = "<soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'> \...
View ArticleHow to pre fill fields when opening NewForm in Sharepoint 2010 custom list
Hello, I followed this tutorial [http://blog.karstein-consulting.com/2010/12/29/walkthrough-create-custom-sharepoint-2010-list-form-for-deployment-in-a-visual-studio-2010-project/] to customize the new...
View Article