Figure 3. Avoid a Common Content Page Error.
This common error occurs when you create a content page and attempt to place HTML or other controls outside of the <asp:content> tag. Content pages require that you define everything within an <asp:content> control, because a content page is just an subset of rendered HTML within a master page.