top navigation bar : link to libraries under sub site
Hi , I have a root site and a differents sub site under this site and under each sub site , i have some lists and libraries and i would like to create a drop down menu like the drop down menu that show...
View ArticleBind IEnumerable results
Hi, I have a method that returns an IEnumerable<Actu> res. I would like to return a new IEnumerable<Actu> res for 3 different webs and after bind the result in one only...
View ArticleHelp with XSLT Formatting!
I am having trouble applying XSLT formatting, it appears to work inconsistantly. Here is the code:<WebPartPages:WebPartZone id="BuildingsAndSites" runat="server" Title="Buildings and Sites Zone"...
View ArticleReal time example of content management system and enterprise content...
Hi All,Any Real time example of content management system and enterprise content management system?Can any one help me out.Thanks in advance.
View ArticleHow to set a search scope in SPServices search function?
Hi, I am doing a search using this code: var queryText; queryText = "<QueryPacket xmlns='urn:Microsoft.Search.Query' Revision='1000'>"; queryText += "<Query>"; queryText +=...
View ArticleSPServices Search - select first x items using sql type query?
I am using the SPServices library to make search requests in Sharepoint 2010 using this code: queryText = "<QueryPacket xmlns='urn:Microsoft.Search.Query' Revision='1000'>"; queryText +=...
View ArticleResource References from Content Type and Columns Definitions not resolved
I have heavy difficulties with deploying column and content types with language dependend names using Resource files.My Structure in Visual Studio is one resource file per feature in the mapped...
View ArticleOpen second custom aspx page after closing first one
HiFollowing scenario in sharepoint 2010: Via Button click sharepoint opens a modal dialog custom aspx page, now I'm doing stuff in there and when I'm closing the aspx page, I'd like to open a second...
View ArticleDeploying application page to sharepoint web application from visual studio
Hi All,I'm pretty new to sharepoint development. I'm recently developed a sharepoint 2010 empty project from visual studio 2012 and added new item -> Application Page to the solution.This form is a...
View Article404 Error: Page Not Found After WSP Deployment - SharePoint 2010
I am new to SharePoint 2010 but I am not able to think of any possibilities. I had to add a new site column in SP 2010 and use it to submit a custom form. I manually created it from Site Settings. I,...
View ArticleCreating Content Organizer Rules with Managed Metadata Fields
I am having trouble creating a content organizer rule programmatically when the condition field is a taxonomy field. For example, I have a managed metadata field called ClientID and I am creating a...
View ArticleInvalid Field Name error when creating task from VS workflow
I have created a very basic Visual Studio 2010 workflow for SP 2010 that logs a message (to verify it works) and then creates a task. When the workflow tries to create the task, I get the following...
View ArticleUsing event receiver to modify group permissions
Hi everyone!,I am trying to use an event receiver on a custom list (company contact list) to modify group permissions. Example: A new employee has checked in and I have added her to the company contact...
View Articlemissing Microsoft.Office.Server.WebAnalytics.ProcessedDataRetriever
Hello,I have installed Visual Stusio 2012 and SharePoint 2013. I converted SharePoint 2010 code insider the VisualStudio 2012 and it seems fine. While I try to build I got "The Type or namespace name...
View ArticleSharePoint 2010 - Custom permission level differing across sites
Hello everyone,We have a number of custom permission levels on our SharePoint site collection. One in particular behaves differently depending on the site it is applied on.For example, on one site a...
View ArticleSharePoint 201 Site Asset Library
Hi Friends,I have a SharePoint 2010 "Asset Library" having one folder like "Images".Images folder contains all the images.I need to retrieve all the images from the "Images" folder and I need to bind...
View ArticleExcel Services / PowerPivot Gallery auto resize on screen resolution
How I can auto resize Excel viewed in the browser with "Excel Services" at the screen resolution?Or I can add I zoom in/out buttom on it?Now the Excel appear with scroll bar when the resolution change...
View ArticleRetrieving the COM class factory for component with CLSID...
i am tring to read the word document from my local drive in my visual web part(. by using this link http://stackoverflow.com/questions/15065053/read-a-word-document-using-c-sharp) once i deploy my...
View ArticleGet 5 last items of an List
Hi, I need to get the 5 last items of an IEnumerable, how can I do that please? ThanksList<Actu> query = res.OrderBy(mod => mod.Modified).ToList();
View ArticleSharepoint 2010 - ListViewByQuery RowDataBound
Hello, I need help! I am developing a custom Web Part, I am using the control ListViewByQuery. I want every row I can add an image according to the value of a column "person." Is there some event like...
View Article