I am getting this error when create master page
Error Rendering Control - ContentPlaceHolder1
An unhandled exception has occured
This control can only be used in a MasterPage.
The above shows in the masterpage design page
In the master page i have registered the below mentioned:
<%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls" TagPrefix="asp" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
I have a scriptmanager in the masterpage... What could be the problem... plzz help
Suthish NairPosted Jan 21, 2011, 3:28 PM
post your code as attachment so we can have a look.
Ananya SuhasPosted Jan 21, 2011, 11:45 AM
Krishna GaradPosted Jan 20, 2011, 4:20 AM
Ananya SuhasPosted Jan 20, 2011, 4:18 AM
On the masterpage we have 2 contentplaceholders one with id=head and another with contentplaceholder1.. Which are there in my masterpage..
Krishna GaradPosted Jan 20, 2011, 4:15 AM