R
Rolf Welskes
Hello,
Master-Content in asp.net is very powerful.
But:
I have the following:
One Master-Form.
30 Content-Forms which are the webpages used.
Each of this content-forms must have own html-Head-informations.
Example
Master:
<head>
..... for alle content pages
</head>
ContentPage01
<head>
..... from master
individual for this page, for example:
javascript includes
meta-tags
css-style-sheets
</head>
ContentPage02
<head>
..... from master
individual for this page, for example:
javascript includes
meta-tags
css-style-sheets
</head>
etc.
So what to do.
It is not possible to have <head>.... </head> in content-pages.
It is not possible to put all in the <head></head> in the master
because is different for each page.
So, what to do?
Thank you for any help.
Rolf Welskes
Master-Content in asp.net is very powerful.
But:
I have the following:
One Master-Form.
30 Content-Forms which are the webpages used.
Each of this content-forms must have own html-Head-informations.
Example
Master:
<head>
..... for alle content pages
</head>
ContentPage01
<head>
..... from master
individual for this page, for example:
javascript includes
meta-tags
css-style-sheets
</head>
ContentPage02
<head>
..... from master
individual for this page, for example:
javascript includes
meta-tags
css-style-sheets
</head>
etc.
So what to do.
It is not possible to have <head>.... </head> in content-pages.
It is not possible to put all in the <head></head> in the master
because is different for each page.
So, what to do?
Thank you for any help.
Rolf Welskes