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 [...]
Enable / Diable controls in Sharepoint Newform.aspx or Editform.aspx or where ever inside sharepoint
Category: JavaScript, SharepointGet Default Logged User Name in SharePoint People Picker
Category: JavaScript, SharepointHi 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 [...]
How to add Webparts to newform.aspx/editform.aspx in Sharepoint
Category: SharepointIn 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 [...]
SharePoint 2010 Administration Toolkit V1
Category: Microsoft, SharepointIn 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 [...]
how to fix Microsoft.SharePoint.SPException: Save Conflict
Category: .Net, Microsoft, SharepointMicrosoft.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 [...]
Using IIS Express
Category: .NetIIS 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 [...]
Migrating Sites from MOSS to WSS 3.0
Category: SharepointSometimes, 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 [...]
Missing ‘Upload Multiple Documents’
Category: SharepointIf 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 [...]
Missing Save Site As Template in SharePoint Site Settings
Category: SharepointI 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 –> [...]
SharePoint Error “An unexpected error has occurred”
Category: SharepointHi 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 [...]
