hello.. i'm using stringbuilder to create contentPlaceholder in nestedMasterpage but i get this error. -->
Cannot find ContentPlaceHolder 'MainContent' in the master page '/Masterpage/leftMenuMaster.Master', verify content control's ContentPlaceHolderID attribute in the content page.
how do i fix this?..My codes are as below :
stringBuilder.Append("");
stringBuilder.AppendFormat("fsdfsfsdfs ");
stringBuilder.AppendFormat(" ");
MainContent
stringBuilder.Append("");
stringBuilder.Append("");
stringBuilder.Append("
");
Hazel MahmudPosted Feb 6, 2018, 7:19 PM
Hazel MahmudPosted Feb 5, 2018, 11:40 PM
Manav PandyaPosted Feb 5, 2018, 12:55 AM
Bobby CoolPosted Feb 5, 2018, 12:22 AM