Nov 24, 2011

Checking whether a file uploaded is of .doc or .docx file format

We can use the Java Script to check whether the file uploaded is of 2003 or 2007 word format. Hence we can handle the validation in the client side. Java Script<script type="text/javascript" language="javascript"> function FileFormatValidate() { var uploadControl = document.getElementById('<%=FileUpload1.ClientID%>').value; //Regular Expression for the fileupload...

List of SharePoint 2010 Web Parts

Authoring  Content Editor   Image Viewer  Media Web Part  Page Viewer   Silverlight Web Part Business Data  Business Data Actions  Business Data Catalog Filter  Business Data Item  Business Data Item Builder  Business Data List  Business Data Related List  Key Performance Indicators  KPI Details  Visio...

Deafult.aspx is not opening in the SharePoint Designer

PROBLEM: Deafult.aspx is not opening in the SharePoint Designer Error Details         Soap: Server was unable to process request. A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered as safe on this site. You may not be able to open this page in an HTML editor that is compatible with Microsoft...

What is 12 and 60 Hive in SharePoint ?

You'll hear SharePoint people talk about and refer to the "12 Hive" or the "60 Hive" regularly. We don't know what it is and we use it . The "Hive" concept was coined by Todd Bleeker. So what does it mean? 12 Hive is the location where MOSS 2007 and WSS 3.0 install their files on the file system.  The same thing applies to 60 Hive which, as you may guess is the location of SPS 2003 and WSS...

Migration of WSS 3.0 to SharePoint Server 2010

I have some ideas grabbed from the internet regarding the migration of WSS 3.0 to SP 2010 server. My thoughts are as follows. 1. WSS 3.0 (with SP2) can be migrated to SharePoint Foundation 2010 directly. 2. The migration of WSS 3.0 (with SP2) to SharePoint Server 2010 is possible by attaching DB upgrade only. The direct migration is not possible. 3. But the WSS 3.0 (with SP2) can be migrated...

SharePoint Designer opens in Contributor mode.

We may face some situation, while editing the site using Sharepoint Designer, it will get open in Contributor mode and we will not be able to edit the site, eventhough we have the Site Collection Administrator (SCA) permission. By default, Contribute permissions are assigned to the Site Collection Members group. Even though we are part of SCA group, if we are member of Site Collection members...

Nov 20, 2011