Hi Ryan,
Thank you for your post.
Unfortunately existing pages that weren't previously using a Master Page
must be tailored to be used with MasterPage.
Pages will use the MasterPage is called a Content page. In a content page,
anything that is not inside the Content (<asp:Content>) controls (except
script blocks for server code) results in an error. You can perform any
tasks in a content page that you do in an ASP.NET page. For example, you
can generate content for a Content control using server controls and
database queries or other dynamic mechanisms.
You can find more information about MasterPage here:
#ASP.NET Master Pages Overview
http://msdn2.microsoft.com/en-us/wtxbf3hh.aspx
Please feel free to post here if you need more help on Master Pages.
Regards,
Walter Wang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.