by Sandesh | Jul 30, 2010 | Sharepoint
When I started working on sharepoint 2010 initially, suddenly I got error as shown below, Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x800700b7 Config Error There is a duplicate...
by Sandesh | Jul 17, 2010 | Sharepoint
Sharepoint support customizing the user interface using Custom action menu. In this article I would like to explain how to customize the Sharepoint list toolbar menu. Using sharepoint features make it easy to add action menu to Sharepoint UI. You can use “custom...
by Sandesh | Jul 8, 2010 | Sharepoint
Many organizations are using the SharePoint to design the organization’s internal portal. As I observed many newbie have the doubt whether they want to copy JavaScript, images and CSS files to SharePoint document library or 12hive’s _layout folder. I would like to...
by Sandesh | Jul 7, 2010 | .Net, Sharepoint
Using aspx dynamic page compression you can increase the page download time and user experience as well. As we know SharePoint serve the page dynamically, hence need to activate the dynamic page compression feature on IIS6 in order to get the good performance boost....
by Sandesh | Jun 30, 2010 | Sharepoint
When i started working with sharepoint event receiver, i have a requirement to update the sharepoint list’s author and editor value. I have tried googling but I’m not able to find good resource on this. So i have decided to share the code snippet to update...
by Sandesh | Jun 30, 2010 | .Net, Sharepoint
When i started using Microsoft sharepoint Object Model, We started using SPListItem update method, Sharepoint OM providing the different approach to update the list item. So i decided to brief on the difference between Item Update and SystemUpdate method. Some...