How can I add meta description to a page layout and edit for individual pages?
How can I add meta description to a page layout and edit for individual pages? Can i edit with a sharepoint column? would ideally like a solution without having to open pages in designer after adding...
View ArticleOddness with Core.js was 260K now 50K
I was concerned with our SharePoint 2007 home page page size - and was looking at options of reducing the size of various files before noticing something very odd. Fiddler which was recording Core.js...
View ArticleBind another GridView in dynamic TemplateField click
Hi All, I have two gridviews, both are created dynamically and added to the page. In the 1st gridview im having one templatefield (link button) and one boundfield. In the Link Button click event i need...
View ArticleGetUsageData is always returning Null
Let me first start out by stating that I know there are many questions on this issue, and I have read them all. However, none of the suggestions that I have read have seemed to help my situation....
View ArticleUsing Sharepoint:SPSecurityTrimmedControl in ONET.xml?
Hi All, I have a Wikifield property inside a module in my Onet.xml. In that property I have a Header Text. I need to hide that Text for all users except Site owners. I came across...
View ArticleList PageIndex - problem
Hi, I have standard list in Sharepoint 2010. I can grouping or I can filtering on each column. The problem is when I choose some item which is for example 150 item in the list I have paging below...
View ArticleSPListItem.Update throws UnauthorizedAccessException for Forms authenticated...
I'm trying to fix some code (that I didn't write) that inserts an item into a SharePoint list. The problem is the code works for anonymous users, but if the user is logged in via ASP.NET forms...
View ArticleLINQ to take max value
I have one SPList with column as index(String type) used to kep numbers 1,2,3.......... how to get the max value?for this column using LINQ?? how to convert string type to INT?? I tried with these 1)...
View ArticleExport Grid view to Word Document and save to document library programatically
Hi, I have senario like i have created visual web part and above portion of web part has filtering criteria and filter result will shown on grid view on webpart there is option export to word file . if...
View ArticleTimer job stopped working all of a sudden in SharePoint 2007
I have deployed a timer job as a feature in SharePoint 2007 and it stopped working all of a sudden. The last time it ran, it was successful and I can see this information from the timer status. Since...
View ArticleSPListItemCollection to Excel
Hi,Please explain how to export SPList items to excel? using (SPWeb web = SPContext.Current.Site.OpenWeb(WebUrl)){ SPList list = web.Lists[new Guid(ListID)]; SPQuery query = new...
View Articleunable to connect to the remote server web service sharepoint
Hi, i am using sahrepoint webservice for getting document from another sahrepoint site.my source server is wss3.0 and my destination server is moss2010. i wrote code like the below....
View Articleunable to connect to the remote server web service sharepoint
Hi, i am using sahrepoint webservice for getting document from another sahrepoint site.my source server is wss3.0 and my destination server is moss2010. i wrote code like the below....
View ArticleSharepoint document migration from wss3.0 to moss2010
Hi, We have a requirement for migrating documents from wss3.0 to moss2010. users provide the follwinmg details WSS3.0 site url http;//wss3.0/sites/web/doclirary Document name...
View ArticleRegarding SpellCheck.asmx calling
I would like to call SharePoint's SpellCheck.asmx from a web application. I add its web reference and set the cretential, but I could not get Suggestion. Please help if you know how to use...
View ArticleHow to import an Excel Pivot table into SharePoint 2007
We need to import a pivot table into SharePoint 2007 AND we would like it to dynamically update as the data changes across three SharePoint 2007 lists that are currently used to create the Pivot...
View ArticleHow to add multichoice field as radiobutton in Sharepoint 2007 survey?
Hi All, I created a survey in sharepoint2007 programatically.Could you please help me to add multi-choice answer fields of type Radiobutton to it? I tried this...
View ArticleCalculated formula help
Hello I have a calculated formula in a column on a sharepoint list which takes two date entries and calculates the number of days between them. Another value then minuses a number of days from the...
View ArticleSimilar slide library functionality for excel worksheets
Hi guys, Does anyone know if it is possible to create/extend a slide library functionality but then for excel worksheets? My client wants to have a library where he can upload single worksheets and...
View ArticleCreating a SP People picker control with JavaScript
Hi there, I am working on a Win8 App that connects to SharePoint and exchange information with it. So basically I created a new HTML5/JS Win8 App, where the user will be able to assign people/group to...
View Article