usercontrols problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have a .aspx page that references a master page and has a usercontrol. I
get the following error:-

Content controls are allowed only in content page that references a master
page.

Any Ideas?
 
param,
A content page may contain only markup inside of Content control. Therefore,
if you have a usercontrol outside the content controls. The error occurs.

Regards
Joe Tsui
 
Got it. Thanks!

Joe said:
param,
A content page may contain only markup inside of Content control.
Therefore,
if you have a usercontrol outside the content controls. The error occurs.

Regards
Joe Tsui
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top