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 [...]

Wednesday, November 25th, 2009 at 17:54 | 1 comment

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 [...]

Monday, November 23rd, 2009 at 19:04 | 8 comments

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 [...]

Thursday, November 19th, 2009 at 19:36 | 0 comments
Categories: SharePoint 2010

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 [...]

Monday, November 16th, 2009 at 18:01 | 0 comments

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, [...]

Thursday, November 12th, 2009 at 18:50 | 6 comments

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 [...]

Monday, November 2nd, 2009 at 18:02 | 9 comments
TOP