Partager via


Cloud Solution Architect - App Dev

debugging the inline code of custom layout pages in SharePoint

Have you ever tried to debug the inline code of custom layout pages of a SharePoint site ?. I have...

Author: sowmyancs Date: 03/15/2008

Exception : "The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again."

Sometimes whenever we update any list item, list or SPWeb instance you may get "The security...

Author: sowmyancs Date: 03/15/2008

create publishing pages in portal sites programmatically and add it into a specific folders inside the Pages library

Well, we all know how we can create publishing pages in portal sites from UI. In portal sites,...

Author: sowmyancs Date: 03/15/2008

Programmatically create a view (custom view) of a list and change the view

If you want to programmatically create a view of a list and if you want to change the existing view...

Author: sowmyancs Date: 03/14/2008

A way of hiding ListViewWebParts in all pages of SharePoint site in a single shot

Recently, I got a support request from one of my customer and their requirement was to hide all the...

Author: sowmyancs Date: 03/14/2008

How to modify the custom People/Groups type column of a SharePoint List using Lists.ASMX

SharePoint has more than ten out-of-the-box webservices which will provide lots of functionalities...

Author: sowmyancs Date: 03/14/2008

Can we update the values of "Created By", "Modified By" columns in SharePoint lists ?

Ofcourse, you can. Created By & Modified By columns are "Person or Goup" type columns. In...

Author: sowmyancs Date: 03/14/2008

How to enumerate the items inside a SharePoint Document Library folder

In my previous blog I have included the information for downloading files from a document library,...

Author: sowmyancs Date: 09/24/2007

How to download files from a SharePoint document library remotely via Lists.asmx webservice (SPS 2003/ MOSS 2007)

Below I am giving a sample c# code for a .Net Console application, to download the files from a...

Author: sowmyancs Date: 09/14/2007

<Previous