473,386 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Master pages for plain HTML pages?

I am using VS.NET 2008.

In Dreamweaver you can create page templates (equivalent to Master Pages)
and make HTML documents based on them.

In VS.NET can you have a HTML file linked to a Master Page?
Jun 27 '08 #1
4 2000
no. the master page is really a control hosted by the aspx page. it will noy
work with html.

-- bruce (sqlwork.com)
"Cirene" wrote:
I am using VS.NET 2008.

In Dreamweaver you can create page templates (equivalent to Master Pages)
and make HTML documents based on them.

In VS.NET can you have a HTML file linked to a Master Page?
Jun 27 '08 #2
"Cirene" <ci****@nowhere.comwrote in message
news:O$**************@TK2MSFTNGP03.phx.gbl...
I am using VS.NET 2008.

In Dreamweaver you can create page templates (equivalent to Master Pages)
and make HTML documents based on them.
The Dreamweaver templates are not the equivalent of ASP.NET MasterPages.
MasterPages are nothing more than UserControls...
In VS.NET can you have a HTML file linked to a Master Page?
No.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jun 27 '08 #3
You might consider learning to modify Visual Studio templates and create
your own series of HTML templates. The "page" would not be dynamic like
"MasterPages" but it would allow you to pick a static template that was
created to support a given type of layout each time you created a new HTML
document.


"Cirene" <ci****@nowhere.comwrote in message
news:O$**************@TK2MSFTNGP03.phx.gbl...
>I am using VS.NET 2008.

In Dreamweaver you can create page templates (equivalent to Master Pages)
and make HTML documents based on them.

In VS.NET can you have a HTML file linked to a Master Page?

Jun 27 '08 #4
Master pages can only apply to ASPX pages, not HTML.

In Dreamweaver (and FrontPage or Expression Web), you have DWTs (dynamic web
templates). They are dynamic only in the sense that the program knows to
search the website for pages using them when you update. If you edit the
page in a text editor, you will not update the pages.

I am not knocking DWTs, as I feel they have a purpose. I just do not see
them as extremely useful in an ASP.NET application.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
"Cirene" <ci****@nowhere.comwrote in message
news:O$**************@TK2MSFTNGP03.phx.gbl...
>I am using VS.NET 2008.

In Dreamweaver you can create page templates (equivalent to Master Pages)
and make HTML documents based on them.

In VS.NET can you have a HTML file linked to a Master Page?


Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Vanitha | last post by:
Hi All, I am developing a Web based application for an embedded target, using BOA webserver. I need to return some values to the HTML client. I am using CGI-C to extract the values sent by...
8
by: Randall Parker | last post by:
I want to generate an HTML tag that will look like: <a href="EquipmentServiceCreate.aspx?serial=X01">Create New Service For X01</a> or on a different instance where the user would be viewing...
5
by: moondaddy | last post by:
I have a website that currently has all static htm pages and nothing will be dynamic for quite some time. This site is made up of a bunch of htm pages. is there any advantage or disadvantage of...
53
by: MajorSetback | last post by:
I am starting up a home business and will be setting up a web site to market the software that I will be developing in C++. I was wondering if I should buy something like Dreamweaver or Frontpage...
4
by: brett | last post by:
How can I use an HTML FORM tag on a content page that uses a Master page? The HTML FORM is now inside the Master page serverside FORM. I need to use the HTML FORM on a few pages. Thanks, Brett
3
by: Frank | last post by:
Hi, Just wondering how much pain is involved in taking an existing website created with Dreamweaver (mostly just plain HTML + some javascript) then converting each page to ASP.NET with...
0
by: Miaaa Mukherjee | last post by:
I m using ASP.Net with VB,C# in 2005 I want to use the master page and content pages. I m creating a project which contains a leftmenu,headercontrol of images,middle menu. I don't understand...
2
by: ramya.salva | last post by:
I'm trying to add to my project an html page so that I can add some C# code into it. I would need to 'convert' into aspx so that I can add the code with the IDE. What would I need to do? Thanks.
17
by: henry | last post by:
Folks Here's a skeleton, generic HTML page, call it "index.php". You'll see a bit of php code in the middle: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.