Programmatically adding XsltListViewWebPart inside panel not showing folder...
Hi there,I am adding couple of document libraries as XsltListViewWebparts inside a panel, the webparts are showing the items fine until I create a new folder. The WebParts are showing the folder but...
View ArticleDialog.master throws object reference not set to an instance of an object.
This is the below error I get when I tried to specify the path for the audit logs.object reference not set to an instance of an object.Source Error:function enableOK(){var ok =...
View ArticleEvent receiver itemupdating only fires once
I am working with code developed by a consultant who I no longer have access to.Here's what's going on. I have a list that when a new item is added the event receiver creates a folder in a document...
View ArticleSharePoint 'Activate Features' urlOfFile parameter. Error
Hi All,I am trying to deploy the code from visual studio for branding files. I am getting the below error message while I deploying. Can any one help me on this issue.Error occurred in deployment...
View ArticleSharePoint 2010 - Audience - Navigation permissions
Hi ,In Navigation's i added one group in Audience and provided the link. But if i log in with different user also i can see the quick launch / navigation which i added for that particular group....
View ArticleList of Share point 2010 artifacts that can be upgraded via Sandbox solution.
Hi,I need the list of sharepoint 2010 artifacts that can be upgrade in a sandbox solution.For Eg : 1. Lists (ns)2. Page layouts (ns)3. Master pages (ns)4. List Columns (ns)5....
View ArticleChart Web Part Plot Order - SharePoint 2010
I need to set the plot order of a Line Chart in a Chart Web Part.The line chart based on a SharePoint List, plotting 2 series of data, with Dates on the bottom (X-Axis) and Quantity on the left...
View ArticleCorrect Way To Make StyleSheet Work With ASCX Control
Hi.I have the following markup in an ASCX control that creates tabs (It's from this microsoft example: http://msdn.microsoft.com/en-us/library/jj573263(v=office.14).aspx )<%@ Assembly...
View Articlechecking a list column value of type Date and Time in between two datetime...
I have a web part which consists of two datetime controls to pick start date and end date which will check a list column value of type date and time.Since the two types are not same...could your please...
View ArticleHow to find buginside a SharePoint Project with log files information?
Hi,I got a complete project file and a log file. Client says there is a performance issue in using our solution.He has provided with some related error as...
View Articlewebform.pagerequestmanagerparsererrorexception
Hi Experts,My code is working fine on development environment but when i deployed on production it throws error by updating record.I am using repeater and updating deleing record and repeater is in...
View ArticleVariations Top Level Site link
Is it possible to get hold of the url to the top level site for a variation site?This gives me a peer to peer link so I can create a language switch button:<a href="<%#...
View ArticleMove images from PC folder to document library
Hi all, I have task to show images from Local PC folder in grid and then from grid move selected images automatically to document library.I tried of getting a single...
View ArticlePowershell - read discussion board
I have created a Powershell Script to read the values of a SharePoint List.How would I do the same with a Discussion board?Any ideas?
View ArticleUser Information List incomplete columns
I have a User Profile Services and the profile of my users have the "Manager" field.Now I want to query that field so I will be querying from the User Information List right?however, when I try to...
View Articlehow to populate a user profile property that is using taxonomy using the web...
Anyone knows how to populate a user profile property that is using taxonomy? I tried the format #textvalue|Guidvalue and it did not like it. Maybe it needs a piece of XML but I don't know how to make...
View ArticleCustom Action - Get selected List item using C#
Hi,I've created a custom action for one of my SharePoint lists and the custom action button is linked to an application page.In the application page we're entering external data values which will then...
View ArticleVariationDataSource - get single value out
If I have something like this in my code:<asp:DataList id="DataList1" CellPadding="3" Font-Size="8pt" RepeatDirection="Horizontal" runat="server" DataSourceID="LabelMenuDataSource"...
View ArticleCreate a folder in SPList and then add a list item . NOT FOR DOC LIBRARY c#
Am having probs in putting a new item in a new folder i created using the splist.items.add( web.url + '/list1' ,spFileSystemObjectType.Folder ,'folder1' ) so with folder 1 created i just want an...
View ArticleSharepoint Powershell Groupby Number column
Hi All, I have a sharepoint column with Number TypeWhen i run the PS script to groupby this number number the count comeback as empty$web = Get-SPWeb -Identity "http://url/" $list =...
View Article