Specify a value for this required field.

Asked By 0 points N/A Posted on -
qa-featured

I developed and edited a page under site Pages. It was added to the page however not agree to save the page I am receiving the message which you can see at below attached image. Why this is occurring and how can I solve this? Please help

Message from webpage

You must specify a value for this required field.

SHARE
Answered By 50 points N/A #173556

Specify a value for this required field.

qa-featured

Hi Steve,

 

This problem usually occurs while using custom master pages.

This is because of the place holder absent from the main region of the master page. Even if you have moved it to asp: panel & declared it as bogus at the end of the master page, you will still get this error.

All you have to do is to move the content place holder<asp:ContentPlaceHolder id=“PlaceHolderPageTitleInTitleArea”runat=”server”></asp:ContentPlaceHolder>

Save it & it’s done. Now, you don’t have to worry for more irritating messages.

Related Questions