Archive for November, 2009
This is very common requirement in web world to open any link in a new window. The simplest approach is to use JavaScript to implement same. The same is applicable in SharePoint as well. There are different gateways you can implement JavaScript in SharePoint pages. You can use master page, layout page or any OTB [...]
Last week, while developing another small integration in SharePoint, I face one error saying “The Web application at http://< SharePoint URL> could not be found. Verify that you have typed the URL correctly”.
Everything was running perfectly the day before, but suddenly this problem appears. I was so surprised to see this. The code was to [...]
It’s a long waiting for SharePoint practitioner and officially SharePoint 2010 beta has been published at Microsoft Tech net site. Just after a month after the SharePoint preview the SharePoint 2010 beta is placed for download and below the links for download the products:
http://technet.microsoft.com/en-us/evalcenter/ee388573.aspx
http://technet.microsoft.com/de-de/evalcenter/ee388573.aspx (for German)
Few things need to check like whether your system meets [...]
This is another unusual debugging behavior in VS.NET. This post is related to debugging SharePoint event receiver code in VS.NET. The process of deployment is debug the code and copy the assembly code into GAC ASSEMBLY directly (i.e. Start >> Run >> write ASSEMBLY and press enter).
Debugging was working fine as usual in .NET and [...]
SharePoint tools and utilities software are very essential for SharePoint web farm maintenance, development and migration purpose. There are lots of tools and utilities software available around us, few of them are branded and few are tagged with Open Source. Obviously every software product has some good insight along with existing bugs. In this post, [...]
SharePoint designer has many features and one of the features is to design the SharePoint list and implement rule over there. You can implement bi-color on any SharePoint list by using SharePoint designer.
This article is to help you to understand how to design a list in a SharePoint page, implement rule on the list and [...]
