Realizing Results

my personal notes on C#, SharePoint and object oriented programming

  Home  |   Contact  |   Syndication    |   Login
  7 Posts | 0 Stories | 2 Comments | 0 Trackbacks

News

Archives

About Me

November 2010 Entries

Creating a Custom Site Definition: · http://msdn.microsoft.com/e... · http://msdn.microsoft.com/e... Adding Pages to a Site Definition: Each page in the onet.xml is defined in a <Module> tag. For e.g. <ModuleName="Home"Url="$... Similarly if we want to add more than one page we can add the same in module tag. For e.g. <ModuleName="Home"Url="$... All...