Customize the sharepoint 2010 site top menu 15 December 2011 How to hide SharePoint 2010 root node from menu, how to change TopNavigationDataSource setting on master page. To do this you need to do some changes in your site master page. Open you site master page in SharePoint designer Need to delete delegate wrapper code…
Add all authenticated users to sharepoint security group programmatically 15 December 2011 One of the projects I came across a scenario where I need to pre populate custom security groups with “All authenticated Users”. I have wrote a code and run it as a part of the feature receiver. If you have a security group…