Hi SharePoint Friends, I would like to discuss some cool stuffs for developing custom “Tool Parts” for SharePoint 2010 Visual web part. “Tool Part” is nothing but the set of controls that are required for your web part which works based on the tool part properties. It will be available as a new section in … Continue reading Tool Part for Visual Web Part – SharePoint 2010
How to?
SharePoint 2010 Help and How to – Videos
Hi SharePoint friends and viewers, In this post I would like to bring some of the videos by MICROSOFT for SharePoint 2010 out-of-box features. They haven't covered everything, as we are developers we expect only a hint not the whole path. Many of them have passed the videos but still many of them are … Continue reading SharePoint 2010 Help and How to – Videos
Batch Update – SharePoint
Hi Guys, Today i would like to explain you about the batch update process in SharePoint. Batch (Group of items), the meaning is to update a large number of items to the SharePoint list by passing the values as XML elements. Consider if u want to update the list with more than 100 items. In … Continue reading Batch Update – SharePoint
To create a minimal master page
Open SharePoint Designer.On the File menu, click New, point to SharePoint Content, and then click the Page tab.Double-click Master Page to create a new master page.Click Design to show the master page in design view. You should see header and left margin areas and several content placeholders in the master page.Click Code to show the … Continue reading To create a minimal master page
How to: Create a Minimal Master Page
IntroductionOne of the first tasks that you must complete when configuring a Microsoft Office SharePoint Server 2007 Web site is to create one or more master pages. A master page contains references to elements that you can share across multiple pages in an Office SharePoint Server 2007 site, such as navigation, search controls, logon controls, … Continue reading How to: Create a Minimal Master Page
How to:Extend the Navigation Provider
You can extend the navigation provider in Microsoft Office SharePoint Server 2007 by deriving a custom provider class from any of the default site map providers. Deriving from an Office SharePoint Server 2007 site map provider supplies several benefits such as navigation node caching and security trimming. The following code example derives from the PortalSiteMapProvider … Continue reading How to:Extend the Navigation Provider