Ghosting of Page Layout or Publishing Page
Sometimes we have a scenario where we need to ghost or uncustomize the page, Following is the code for the same, SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new...
View ArticleCreate Publishing Page via Feature
Following are steps for creating Publishing Page Via Feature 1. Create New Feature in SharePoint 2. Modify Feature.xml as below code <?xml version="1.0" encoding="utf-8" ?> <Feature...
View ArticleExport SharePoint List Data to CSV
My 2nd open source contribution to Codeplex. This project is provide the feature for exporting the SharePoint list data to CSV. This can be used for SharePoint 2007 also. But needs to create separate...
View ArticleCustom Sequential Approval Workflow via Visual Studio 2010
My 3rd and most important contribution to Codeplex. Recently I need to work on some custom approval workflow. I didn’t get much help on net on Workflows. So I have create Custom Sequential Approval...
View ArticleSharePoint Central Feature Management
My 4th open source contribution to Codeplex. Currently I am working on a Project which is product wrapper top of SharePoint. I need to activate almost 20 to 30 feature on every deployment, It takes...
View ArticleModify Port Number or Add Custom Domain Name of SharePoint Site
There are multiple scenario where we need to host the Intranet site with domain name or change the port number of existing web application of SharePoint. But most of us don’t know the exact steps how...
View ArticleMy New Blog
HI everyone , I have moved my blog to SharePoint Arrow (Bull’s Eye) Rahul Sharma
View ArticleCreate a custom list form for a SharePoint list
Open your site in SharePoint Designer. Browse to your list and open the ‘NewForm.aspx’ web form. Go File -> Save As… and give the form a new name such as ‘NewForm2.aspx’. Hide the default List Form...
View ArticleSharePoint Escape Characters
How sharepoint handles escape characters? Sharepoint internally replace escape character with some code like, if you are creating field with space in that name e.g. “my column” then sharepoint replace...
View Article