Quantcast
Channel: Microsoft SharePoint Products & Technologies » SharePoint 2007
Browsing latest articles
Browse All 11 View Live

How to Find the SharePoint Version Installed in System

To find the installed version of SharePoint in system, Browse to Central Administration -> Operations -> Servers in Farm [Topology and Services] Version information will be displayed for each and...

View Article



Item Updating or Updated Event Occurs twice in Document Library

Item Updating or Item Updated Event in SharePoint 2007 occurs twice, if require checkout option is enabled for document library. I found the following workaround from Microsoft Support for this issue....

View Article

How to Enable Document Information Panel in MOSS 2007

By Default the document information panel will not be enabled in document library. Go to Library Settings Click Advanced Settings Enable allow management of content types in Advanced Settings. Click...

View Article

The trial period for this product has expired – MOSS 2007 Error

If you encounter the error “The trial period for this product has expired” after upgrading the license from trial to standard/enterprise edition in sharepoint. Change your app pool account from...

View Article

How to Use Resource File in SharePoint 2007

Create Resource file using Visual Studio IDE Copy the resource file into 12 hive resource folder GetLocalized method from SPUtility to read the values from resource file Syntax:...

View Article


WSS 3.0 Application Templates Grouped by Business Area

If you are looking for free application template, which suites your business area, read this resource on TechNet. It has list of 40 Application templates grouped by the following business category....

View Article

Programmatically Retrieve List of Document Libraries

The following code snippet is used to retrieve the list of document libraries. SPWeb _web = SPContext.Current.Web; SPListCollection ListColl = _web.Lists; foreach (SPList _lst in ListColl) { if...

View Article

TreeView Doc Lib V 2.0 in CodePlex

I have released the next version of TreeView Document Library WebPart for SharePoint 2007. Added features in this release: Automatically populates the list of document libraries in dropdownlist in...

View Article


How to Create Custom Menu Item in Site Actions

The below sample feature creates new menu item in Site Actions menu, Please replace the GUID in the below code. Sample Feature File <?xml version=”1.0″ encoding=”utf-8″?> <Feature...

View Article


Update URL After cloning Server in SharePoint

This would be very common scenario most of us bump into. You may need to clone your Web Front End to host it in different environment. After restoring the cloned instance you may find your new server...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images