rsaikrishna.blogspot.com
SharePoint World: April 2010
http://rsaikrishna.blogspot.com/2010_04_01_archive.html
All about SharePoint and around its technologies. Friday, April 16, 2010. When we create any list or document library, it gets created with few default aspx pages like AllItems.aspx, NewForm.aspx, EditForm.aspx and DispForm.aspx. I generally preferred to customize these forms or by creating new views. When we do it, the default web part in these pages is the biggest blocker to perform our work. So, what is the alternative? For the above pages, append "contents=1" at the end of the url.
rsaikrishna.blogspot.com
SharePoint World: March 2010
http://rsaikrishna.blogspot.com/2010_03_01_archive.html
All about SharePoint and around its technologies. Thursday, March 11, 2010. How to hide search control on default.master. This post describes how to hide the search control on default.master. The steps described below are applicable for other master pages, as well. Open SharePoint Designer 2007. Go to File Open Site and connect to SharePoint site. Expand out catalogs - masterpage - open default.master. Check out file, if necessary. Save master page, check in (if necessary), and publish major version.
rsaikrishna.blogspot.com
SharePoint World: Microsoft Analysis Services - Basic Presentations (Cube,Dimensions,Measures,Facts and So on)
http://rsaikrishna.blogspot.com/2013/05/microsoft-analysis-services-basic.html
All about SharePoint and around its technologies. Friday, May 17, 2013. Microsoft Analysis Services - Basic Presentations (Cube,Dimensions,Measures,Facts and So on). Analysis Services - 01 Prerequisite Guide. Analysis Services - 02 Data Source Creation. Analysis Services - 03 Data Source Views. Analysis Services - 04 Cube Creation. Analysis Services - 05 Dimension Fundamentals. Analysis Services - 06 Dimension Hierarchies. Analysis Services - 07 Dimension Attribute Relationships. Document Sets - 1 and 2.
rsaikrishna.blogspot.com
SharePoint World: October 2011
http://rsaikrishna.blogspot.com/2011_10_01_archive.html
All about SharePoint and around its technologies. Tuesday, October 18, 2011. SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.". Today, I come across with a situation. I am writing a WCF service which uses LINQ to talk to database tables for DML operations. One of the table column is of DateTime format. I mapped this with System.DateTime in Csharp. When I ran the WCF service and tried to perform insert operation, it throws following error:. Subscribe to: Posts (Atom).
rsaikrishna.blogspot.com
SharePoint World: June 2014
http://rsaikrishna.blogspot.com/2014_06_01_archive.html
All about SharePoint and around its technologies. Monday, June 30, 2014. Recovering Workflow History after 60 Days. I really like this article and helped out resolving the issue:. Reference Site: Recovering Workflow History After 60 Days. Certainly while the workflow is in progress, and for a couple of months afterwards it is. But what happens when the end of year audit arrives, and the auditor goes to look at the history for a workflow completed 11 months ago? Disaster – it's not there! Making Workflow ...
rsaikrishna.blogspot.com
SharePoint World: July 2014
http://rsaikrishna.blogspot.com/2014_07_01_archive.html
All about SharePoint and around its technologies. Wednesday, July 9, 2014. SharePoint 2013 Training Material. Basics of SharePoint 2013:. Video: SharePoint 2013 Overview. SharePoint 2013 training for IT pros. Note: Will keep adding more links to this page for future reference and readings. Subscribe to: Posts (Atom). 2010 Performance and Capacity Limits. Download and Upload the SharePoint Documents using the SharePoint Copy Web Service. Term Store Management option missing in Site Collection.
rsaikrishna.blogspot.com
SharePoint World: November 2009
http://rsaikrishna.blogspot.com/2009_11_01_archive.html
All about SharePoint and around its technologies. Wednesday, November 11, 2009. Event Receivers: How to add event receivers to a sharepoint list. How to add custom event receivers to a specific sharepoint list using SharePoint Object Model. SPList list = web.Lists["MyList"];. String assemblyName = "CustomSharePointEventReceivers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d517db3ed1131947";. String className = "CustomSharePointEventReceivers.MyEventReceivers";. Eventreceivers = new List. Note: We c...
rsaikrishna.blogspot.com
SharePoint World: April 2013
http://rsaikrishna.blogspot.com/2013_04_01_archive.html
All about SharePoint and around its technologies. Tuesday, April 30, 2013. Project Server 2010 : Common errors when a PWA site is deleted ‘incorrectly’. From last few days, I was working multiple Project Server 2010 installations/migrations. I ran into many issues and I came across the following blog post which helped me in resolving those issues. Common errors when a PWA site is deleted ‘incorrectly’. Project Server 2010 : Migration or Restore in New Farm. Project Server 2010 Database Restore (Part I).
rsaikrishna.blogspot.com
SharePoint World: Project Server 2010 : Common errors when a PWA site is deleted ‘incorrectly’
http://rsaikrishna.blogspot.com/2013/04/project-server-2010-common-errors-when.html
All about SharePoint and around its technologies. Tuesday, April 30, 2013. Project Server 2010 : Common errors when a PWA site is deleted ‘incorrectly’. From last few days, I was working multiple Project Server 2010 installations/migrations. I ran into many issues and I came across the following blog post which helped me in resolving those issues. Common errors when a PWA site is deleted ‘incorrectly’. Subscribe to: Post Comments (Atom). 2010 Performance and Capacity Limits. Document Sets - 1 and 2.