Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a master page. in this master page I have a content place holder with id="ContentPlaceHolder1" I changed this to id="main-content" then change the ContentPlaceHolderID of any content page that created with this master page but I have an error:

'main-content' is not a valid identifier.

what should I do?

share|improve this question

1 Answer

up vote 5 down vote accepted

You can not use "-" in your ID. you can use

main_content

or

maincontent

share|improve this answer
thanks very much my friend :) – Majid Basirati Dec 22 '12 at 21:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.