Pages
(Move to ...)
Home
Blog Home
▼
Friday, February 18, 2011
Restart Remote Machine IIS from Code
›
If anybody have requirement to restart Remote Machine IIS through code, then this is quite simple. Scenario: If you are developing some...
Thursday, February 17, 2011
Custom Permission Level in Sharepoint 2010
›
SharePoint gives us the following Permissions Level by default. Full Control Has Full Control Design Can view, add, upda...
Sunday, February 13, 2011
Advantage of Storing custom information in Content Type XmlDocument Element
›
Content types enable us to manage the settings for a category of information in a centralized, reusable way. It allows us to store informat...
Friday, February 11, 2011
Publishing Sharepoint 2007 Publishing Pages,Master pages using Object Model
›
Requirement : We are having 150+ pages. So every time we have to demo when we have to go to pages library and master page library to check ...
Prevent a Field Value From Being Edited without Event Handler
›
In some scenarios, user may ask for a field which should not be editable after information has been added to it. Or many times we may want ...
Reading XML Through Feature
›
In a scenario we have to create the whole site on the activation of feature, so for that we used a xml, which contains all the information ...
Enabling Intellisense in Sharepoint javascript client OM :Sharepoint 2010
›
We recently came across a requirement in one of our projects to write code in javascript client OM like checking which features are enabled...
Create Browsable Webpart Property
›
Sometimes there are requirements like we need to create a webpart which can be configured from the UI itself. The solution is to create ...
Thursday, February 10, 2011
Hide the Site Settings Link in SharePoint Portal
›
In SharePoint Portal, if you want to hide the Site Settings link under Site Actions, add this to your custom style sheet (CSS) : #Sett...
Saturday, February 5, 2011
Dump SharePoint Lists Data into SQL Server Tables using SqlBulkCopy
›
In one of our projects it is required to clean and normalize SharePoint Data and dump that data into SQL server so that any third party can...
Friday, February 4, 2011
Simple and Fastest way to Delete All Items from a SharePoint List
›
Deleting a large number of items from SharePoint list, the best way I found was to use "SPContext.Current.Site.RootWeb.ProcessBatc...
Redirect user on preferred language
›
If you are working on SharePoint multi lingual portal and want to redirect the user on his preferred language, you need to customize the v...
2 comments:
Adding the WebPart in a Publishing Site Dynamically
›
When adding WebPart dynamically on a Publishing Site Page we need to define three things 1. WebPart to be Added 2. Zone...
‹
›
Home
View web version