Enable / Diable controls in Sharepoint Newform.aspx or Editform.aspx or where ever inside sharepoint

Category: JavaScript, Sharepoint

This is pretty easiery way for you to enable and disable controls in sharepoint lists pages or where ever you need it. better off is tat to find the ID of the control using the view source and just execute this in javascript Thats it .. its all set document.aspnetForm.id.disabled=true; or try document.aspnetForm.id.disabled=”True”; The id [...]

Continue reading » No comments

Get Default Logged User Name in SharePoint People Picker

Category: JavaScript, Sharepoint

Hi Blokes, I have been seeing that loads of people are looking out for an easier way to get the default logged in user name in sharepoint people picker. so here you go i got some thing for you Just add this piece of code in you page where you want to set the value [...]

Continue reading » No comments

How to add Webparts to newform.aspx/editform.aspx in Sharepoint

Category: Sharepoint

In this article I will show you how to use custom webpart as a replacement for NewForm.aspx or EditForm.aspx. Sometimes we have a scenario like we have a dropdown box and the data-items coming for this dropdown has to come from a SQL Server database or some other database. Or we have some business validations [...]

Continue reading » No comments

SharePoint 2010 Administration Toolkit V1

Category: Microsoft, Sharepoint

In this toolkit we’ve included a couple of tools that were shipped releases and are now adapted to SharePoint 2010, along with two new tools. · User Profile Replication Engine 2010 (UPRE2010): this tool got a complete overhaul and was converted to PowerShell. It now allows you to replicate Profile and Social data between SharePoint [...]

Continue reading » No comments

how to fix Microsoft.SharePoint.SPException: Save Conflict

Category: .Net, Microsoft, Sharepoint

Microsoft.SharePoint.SPException: Save Conflict Your changes conflict with those made concurrently by another user. If you want your changes to be applied, click Back in your Web browser, refresh the page, and resubmit your changes. I’m sure some of you have seen this error in your SharePoint travels, but this is something that in my opinion [...]

Continue reading » No comments

Using IIS Express

Category: .Net

IIS Express – The Best of Both Options We have been working on a new flavor of IIS 7.x that is optimized for developer scenarios that we are calling “IIS Express”. We think it combines the ease of use of the ASP.NET Web Server with the full power of IIS. Specifically: It’s lightweight and easy [...]

Continue reading » No comments

Migrating Sites from MOSS to WSS 3.0

Category: Sharepoint

Sometimes, we need to move back to old days. Last week, I got across a situation, where I had to migrate MOSS site to WSS 3.0 environment. Earlier I thought, backup – restore will do the job, but it was not that straight forward task. Many of the Features available to MOSS sites are not [...]

Continue reading » No comments

Missing ‘Upload Multiple Documents’

Category: Sharepoint

If you are missing the ‘Upload Multiple Documents’ from your document library and you have Office 2003 or later installed on the client, it is most likely that you have Client Integration disabled. If a site is using forms based authentication, then client integration is turned off by default. You can enable it by going [...]

Continue reading » No comments

Missing Save Site As Template in SharePoint Site Settings

Category: Sharepoint

I was asked how to create a site template on a Publishing site. Saving a publishing site is not supported in MOSS 2007 so no optins exist in the Site Actions to do so. However, you can turn off the publishing features of a publishing site by going to Site Actions –> Site Settings –> [...]

Continue reading » 2 Comments

SharePoint Error “An unexpected error has occurred”

Category: Sharepoint

Hi Folks, Got bored and irritated when you are working sharepoint and when the page comesup and say “An unexpected error has occurred” error ? Could not find the log files , traces or event logger? I have managed to get rid of that error screen completely. The solution is to change a single entry [...]

Continue reading » 1 Comment

Email Newsletters with Constant Contact