• Posts Tagged ‘SharePoint-2010’

    Hide In-active Ribbon Controls

    by  • April 5, 2011 • SharePoint Tips, SharePoint-2010 • 1 Comment

    On SharePoint 2010 Pages, we can view the lot of ribbon controls (buttons, menus, labels, etc…). But all of the controls are not active for all the times. It has some reasons for disabling those controls, maybe The user doesn’t had the permissions to accesss that control, That functionality doesn’t applied for currently selected objects. On those [...]

    Read more →

    Updating SharePoint ListItems

    by  • March 6, 2011 • SharePoint-2010 • 2 Comments

    There are two methods available to update the List Items on SPListItem Object. SPListItem.Update(); SPListItem.SystemUpdate(); SPListItem.Update() used to update all the values in SharePoint List Item including pre-defined hidden fields. If we modified the item, that will affects the Modified Date, Modified By, Version information fields. SPList olist = oweb.Lists.TryGetList(“ListName”); SPListItem olistitem = olist.Items[1]; olistitem.Title [...]

    Read more →

    Restore default and List view pages

    by  • February 2, 2011 • SharePoint Daily Alerts, SharePoint Tips, SharePoint-2010 • 0 Comments

    If we accidently deleted the default.aspx and List view pages from SharePoint sites, SharePoint 2007 doesn’t provides the option to restore those pages.  We have to manually create or reset the site to “site definition” to restore those pages. But SharePoint 2010 provides the option to restore the default.aspx and List/Library view pages. After deletion , [...]

    Read more →

    SharePoint Daily Alert – 7

    by  • January 15, 2011 • SharePoint Daily Alerts • 1 Comment

    Content Scheduling – Content can be sheduled (by timer job) to be published or unpublished at specific dates and times. Content Scheduling was avaialble only the following conditions are true, 1. Content Approval was Enabled on Versioning Settings 2. Create major and minor (draft) versions was set to Document Version History option. Blog this! Bookmark on Delicious Digg [...]

    Read more →

    SharePoint Daily Alerts – 5

    by  • January 5, 2011 • SharePoint Daily Alerts • 0 Comments

    SharePoint 2010 provides a three new Client API’s for interacting with SharePoint. .Net Managed Application Silverlight Application ECMA Script These API’s are much easier to use than already exsiting WebServices. The recomended Client API was .Net Managed Application than WebServices. Blog this! Bookmark on Delicious Digg this post Recommend on Facebook Share on Linkedin share [...]

    Read more →

    Ribbon Locations – 1 ( Document TAB )

    by  • October 30, 2010 • SharePoint, SharePoint-2010 • 1 Comment

    I have searched for the Location of SharePoint Upload Ribbon button, but I haven’t got any reference for that. And finally I got the answer from ”CMDUI.XML”. So I have added the Locations and type of Controls used for SharePoint Server Ribbon Control. For Default Server Ribbon Customization Locations, browse to  http://msdn.microsoft.com/en-us/library/ee537543.aspx . Locations for [...]

    Read more →

    Hide Button from SharePoint Ribbon

    by  • October 30, 2010 • SharePoint, SharePoint-2010 • 0 Comments

    This post covers, how to hide the button from the Server Ribbon from SharePoint 2010, We are going to use the Feature files to hide the SharePoint 2010. First we will create a Feature file and then we’ll create a element file. Feature.xml <?xml version="1.0" encoding="utf-8"?> <Feature xmlns="http://schemas.microsoft.com/sharepoint/"     Description="Remove the Button from Server Ribbon" [...]

    Read more →

    What’s New in SharePoint 2010 – 3 (14 Hive)

    by  • November 17, 2009 • SharePoint-2010 • 1 Comment

    When we compared to the SharePoint hive folder with previous editions, some additional folders are available. In SharePoint 2010, the physical path leads to C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14 instead of folder 12. New folders available in SharePoint Hive folder are, Policy UserCode WebClients WebServices Blog this! Bookmark on Delicious Digg this post Recommend [...]

    Read more →

    What’s New in SharePoint 2010 – 2 (SharePoint Management Shell)

    by  • November 7, 2009 • SharePoint-2010 • 0 Comments

    Another interesting SharePoint new feature. SharePoint 2010 now coming with a new management console called, “SharePoint Management Shell”. Which contains the Powershell cmdlets for SharePoint, by using this we control and manage the SharePoint operations like we done in STSADM command. To know more information on SharePoint Management Console and basic cmdlet operation, Zach Rosenfield [...]

    Read more →