sharepointnstuff.blogspot.com
SharePoint and Stuff: Default viewnot pointing to AllItems.aspx
https://sharepointnstuff.blogspot.com/2013/03/default-viewnot-pointing-to-allitemsaspx.html
Thursday, March 28, 2013. Default viewnot pointing to AllItems.aspx. The landing page for "Site Pages"/"Pages" library will not be AllItems.aspx. Even if we change the library settings for default view, the change is not committed. In such cases, run the following PowerShell script. Site = Get-SPSite " http:/. List = $web.Lists["Site Pages"]. Rootfolder = $list.RootFolder. Rootfolder.WelcomePage = "Forms/AllPages.aspx". Write-Host $list.RootFolder.WelcomePage. Posted by Satish Kumar.
sharepointnstuff.blogspot.com
SharePoint and Stuff: Unable to add selected web part(s).
https://sharepointnstuff.blogspot.com/2009/10/unable-to-add-selected-web-parts.html
Thursday, October 8, 2009. Unable to add selected web part(s). Sometime when we try to add a web part we might get the following message:. Unable to add selected web part(s). Assemblies that implement ASP.NET Web Parts and are installed into a partially trusted location, such as the bin directory, must be compiled with the AllowPartiallyTrustedCallers set for import to succeed. Add the follwing to the AssemblyInfo.cs. Using System.Runtime.InteropServices;. Using System.Security;. Posted by Satish Kumar.
sharepointnstuff.blogspot.com
SharePoint and Stuff: October 2009
https://sharepointnstuff.blogspot.com/2009_10_01_archive.html
Thursday, October 8, 2009. Understanding out MOSS Template Directory. The core of all sharepoint operations for for the farm lies in [Disk Drive] Program Files Common Files Microsoft Shared Web Server Extensions 12 TEMPLATE. All sharepoint customizations need to go through modifying or adding files in this directory. Let me explain what each directory does and what the files under the directory are ment for. The TEMPLATE 1033 Directory. The TEMPLATE 1033 STS Directory :. The TEMPLATE 1033 XML Directory :.
sharepointnstuff.blogspot.com
SharePoint and Stuff: Understanding out MOSS Template Directory
https://sharepointnstuff.blogspot.com/2009/10/understanding-out-moss-template.html
Thursday, October 8, 2009. Understanding out MOSS Template Directory. The core of all sharepoint operations for for the farm lies in [Disk Drive] Program Files Common Files Microsoft Shared Web Server Extensions 12 TEMPLATE. All sharepoint customizations need to go through modifying or adding files in this directory. Let me explain what each directory does and what the files under the directory are ment for. The TEMPLATE 1033 Directory. The TEMPLATE 1033 STS Directory :. The TEMPLATE 1033 XML Directory :.
sharepointnstuff.blogspot.com
SharePoint and Stuff: March 2013
https://sharepointnstuff.blogspot.com/2013_03_01_archive.html
Thursday, March 28, 2013. Default viewnot pointing to AllItems.aspx. The landing page for "Site Pages"/"Pages" library will not be AllItems.aspx. Even if we change the library settings for default view, the change is not committed. In such cases, run the following PowerShell script. Site = Get-SPSite " http:/. List = $web.Lists["Site Pages"]. Rootfolder = $list.RootFolder. Rootfolder.WelcomePage = "Forms/AllPages.aspx". Write-Host $list.RootFolder.WelcomePage. Posted by Satish Kumar. Operation is not val...
sharepointnstuff.blogspot.com
SharePoint and Stuff: Gridview with delete row functionality
https://sharepointnstuff.blogspot.com/2009/05/gridview-with-delete-row-functionality.html
Friday, May 1, 2009. Gridview with delete row functionality. Posted by Satish Kumar. Subscribe to: Post Comments (Atom). Blogs/Sites I visit often. Andrew Connel MOSS MVP. Playing with SharePoint and ASP.NET. Quick notes about MOSS 2007 and WSS 3.0. Deploying web parts in MOSS 2007. Gridview with delete row functionality.
sharepointnstuff.blogspot.com
SharePoint and Stuff: Get list of corrupted files from SP Content Database
https://sharepointnstuff.blogspot.com/2013/03/get-list-of-corrupted-files-from-sp.html
Thursday, March 28, 2013. Get list of corrupted files from SP Content Database. When we try to download a file from SharePoint site, it might take us to error page. We can find the following error in the ULS log:. Background file fill operation caught exception. System.InvalidOperationException: Operation is not valid due to the current state of the object. at Microsoft.SharePoint.CoordinatedStreamBuffer.SPBackgroundSqlFileFiller.OnReadComplete(IAsyncResult result). Operation is not valid due to the curr...
sharepointnstuff.blogspot.com
SharePoint and Stuff: Deploying web parts in MOSS 2007
https://sharepointnstuff.blogspot.com/2009/05/deploying-web-parts-in-moss-2007.html
Thursday, May 28, 2009. Deploying web parts in MOSS 2007. Web parts play vital role when it comes to user interface in share point technologies. The steps to create and deploy the web part are as follows:. Creating Web Part Solution. 1) Open Visual Studio 2005 and create a new project. Select the project template as . 2) In my case, I am naming the solution as MySampleWebPart. The cs file and the Solution Explorer would look something like this: . Attribute can be WebApplication/GlobalAssemblyCache.
sharepointnstuff.blogspot.com
SharePoint and Stuff: May 2009
https://sharepointnstuff.blogspot.com/2009_05_01_archive.html
Friday, May 29, 2009. Quick notes about MOSS 2007 and WSS 3.0. 1) We often try to open Document library in Windows Explorer View.(Action- Open in Windows Explorer). Sometimes, we might get the error " Your client does not support operating the list with Windows Explorer. A) There is some hot fix available for the browser to support this exceeding character limit issue. The installation needs to happen on client side. (. I have not tested this solution. Posted by Satish Kumar. Thursday, May 28, 2009.