GetUsageData 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 ArticleExpand recurrence and CalendarDate Sharepoint: Event EndDate not...
I have done the following code to save a recurring entry to Calendar List named Bookings. SPSite site = new SPSite(SPContext.Current.Web.Url); using (SPWeb web = site.OpenWeb()) { SPList list =...
View ArticleIn visual web part, Edit and Minimize options should show only for the user...
Hi All, I have a Sharepoint empty project and I have added a Visual webpart in it but whenever I deploy the project, Edit webpart and Minimize webpart option visible to users. This options only...
View ArticleList does not exist The page you selected contains a list that does not...
Hi all Iam not able to find the document library in subsite using the below code if (Request.QueryString["items"] != null && Request.QueryString["source"] != null) { string source =...
View Articlespgridview group totals
I was able to achieve the grouping in SPGridview but when i group the data based on certain column in the SPGridview i am not able to get the Count of items grouped under a particular column
View ArticleCreate a site collection policy programmatically
Hi, I have a requirement to create a site collection policty (retention policy) programmatically. It can be either a powershell script or in C# using Visual Studio 2010. I did a lot of research and am...
View ArticleProblem with SPGridview in Sharepoint
Hi, I have a SPGridView for presenting data but I have a problem with settings GridLines and HeaderStyle because nothing appear when I set it. Please help me how SPGridView should be correctly...
View ArticleU nable to create feature
I am working in sharepoint 2007 using Vs2010. I am getting an error when I right click on the Features in empty project . I am getting error "object reference not set to an instance of an object"...
View ArticleSPUtility.js in SharePoint 2007
Can the SPUtility.js library be used on a SharePoint 2007 site? Has anyone ever successfully processed a list or document library using the SPUtility.js library in SP 2007? I have a client that still...
View Articlecoreresult web part contextmenu show?
coreresult web part title near contextmenu show. same to listview functionality on this contextmenu this code for contextmenu <div class='s4-ctx' onmouseover='OnChildItem(this.parentNode); return...
View ArticleNavigationNodeCreationInformation add child node
Good afternoon, please can somebody show me correct code how to add child node to TopNavigationBar parent node ? (using c# client object model) The examples I look at are not discussing such a...
View ArticleRestoring search indexes for VSS Sharepoint2010 restore proccess
Hi Try to restore search indexes via VSS API (C++) for Sharepoint 2010 Have backuped indexes successfuly(corresponding VSS writers are - SPSearch4 VSS Writer, OSearch14 VSS Writer ) togetehr with...
View ArticleDevelop new subsite with using duplication of another subsite
Thank you for your corporation. I would like to develop new subsite with using duplication of another subsite. Please look at the below figure. I would like to develop Subsite2 and Subsite 3 with using...
View ArticleHow do you get the type of a control using VBA
Anyone know how to get the control type property of a VBA form? Controls on Sharepoint VBA forms can be listed but I cant get the type as if its not an attribute or property: Sub ListControls() Dim i...
View ArticleHelp make the Server Search page the Sharepoint Home Page
I have Sharepoint Server Search installed on Sharepoint Foundation 2010. Server is Server 2008 x64 (not R2) running SQL 2008 R2 x64. I have a home page that was changed by another admin, and I'd like...
View Articlesynch sharepoint tasks to outlook tasks
hi it`s about 1 week that i envolve this issue, as you know with synching sharepoint with outlook, all tasks apear in outlook , but normally it should show just mytask, i implemented that with some...
View Articlecalculate no. of posts in blogs
How to calculate no. of posts posted by a single(particular) user & also it should display the number in blogs?
View ArticleListbox not displaying all fields
How come when I import things into a listbox in sharepoint it only uses about 10% of the listbox? I can see a few columns or fields, but ther rest is whitespace. Like yeay will be cut off halfway i na...
View ArticleUnlink a copy of a file from it's source through web service - Sharepoint
I could update sharepoint imgae library's _CopySource column using List Web service. Thanks in Advance.
View ArticleA web configuration modification operation is already running - Only 1...
I'm getting this when I try to create a new Site Collection based off of a custom site template, to a farm environment. I've checked over and over to make sure there is only one...
View Article