Quantcast
Channel: SharePoint 2010 - Development and Programming forum
Viewing all articles
Browse latest Browse all 11571

This item is no longer available. It may have been deleted by another user.

$
0
0

Hi All,

We have recently migrated our SharePoint 2007 web application to SharePoint 2010 using content database attach method. Every thing works fine except that i get an error message for all lists and libraries when trying to open context menu. 

Below is the error message:



Note that we also get same error when trying to open context menu for grid. This context menu is created using MenuItemTemplate as:

MenuItemTemplate menuItem = new MenuItemTemplate("Edit");
menuItem.ClientOnClickNavigateUrl = "/Pages/Edit.aspx";
menu.Controls.Add(menuItem);

Please help us as this is a blocking issue for us..

Thanks in advance.


Viewing all articles
Browse latest Browse all 11571

Trending Articles