Questions tagged [content-pages]

A content-page is an asp.net page that utilizes inheritance from a master page. Useful for template page development

In Web site development with ASP.NET, the Content Page is a page that is associated to a Master Page. A Content Page will contain only markup and controls inside Content controls and it cannot have any top-level content of its own. Any Content Page can use controls that specifically override content placeholder sections in the Master Page.

What is a Content Page - ASP.Net

Master and Content Page Tutorial

123 questions
-1
votes
1 answer

Convert ASPX pages to content pages?

I am working through the MCTS Training kit book (exam 70-515). I'm working on a case study practice project based on master pages and themes and the book instructs you to convert ASPX pages to content pages. I've had a look around and can't find…
-2
votes
1 answer

can I add css class to anchor tag in content page when i have put those anchors outside contentplace holder in master page

how can I add css class to anchor tag in content page when i have put those anchors outside contentplace holder in master page...actually i want to show the current page in menu bar in a different text?
-3
votes
3 answers

java script is not working in content page

By clicking image "imgAdd", I want to set visibility of div "divAddCustomerInfo" to true by using JavaScript. But click on image isn't working. I think that is because JavaScript isn't working. Anyone can help? Yhanks in advance.
waqar ahmed somra
  • 141
  • 1
  • 5
  • 16
1 2 3
8
9