Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do one set a master page in HTML using CSS and Inline style? the page layout is table to create smart content layout?
Posted
Comments
Asp_Learner 28-Jun-13 10:50am    
I think you are new in this technology (even I am also quite new) and you should ask questions for sure ,but try to research it on internet first ,that will be more fruitful for you.

Lots of links available on google for this type of general questions .. Check here[^] how to do it...
 
Share this answer
 
 
Share this answer
 
Open Visual Studio.

File -> New -> Website

Create a Website with Name.

Right click on solution in solution explorer and select 'Add New Item'

In the list select 'Master Page'

Page will be loaded. Design the Master Page as you want and paste ContentPlaceHolders wherever you want. save it.

Again Right click on solution and select 'Add New Item'.

Select 'Web Form' & give form name and select the Check Box 'Select Master Page' and click ok, and it will asked to select the Master Page. Select that.

A page will be loaded with the Master Page you have created before.

Place the controls whichever you want in contentplaceholders and start coding.

Hope it is helpful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900