P
Pieter
HI
I've decided to start developing dynamic webpages. I have decided to use
ASP.NET since this is probably a good way to go and since I'm a computer
programmer and uses VB.NET quite extensively.
What I now want to know is this: I am working on a website where users can
select a product from a listing. When the user clicks on one of these
producs a page should appear with an image, summary etc of the selected
item. Now my page has got a javascript menu interface and a few more things
which should stay there whichever page is showing. One way of solving this
would be to use frames, but I don't want to go with frames.
Do I need to copy and paste these sections in each and every aspx page (That
is the main pages which contains home, contact, sitemap and these kind of
static pages) or is there a better way. In programming there is something
like inheritence for example.
Also for the pages that I'm going to create dynamically from user input do I
need to write these pages using response.write(). And write the entire html
source this way to the client? Or is there better tools in asp.net because
I asume that this was how asp works.
I have searced the net but don't really know what exactly to search for.
Thanks
I've decided to start developing dynamic webpages. I have decided to use
ASP.NET since this is probably a good way to go and since I'm a computer
programmer and uses VB.NET quite extensively.
What I now want to know is this: I am working on a website where users can
select a product from a listing. When the user clicks on one of these
producs a page should appear with an image, summary etc of the selected
item. Now my page has got a javascript menu interface and a few more things
which should stay there whichever page is showing. One way of solving this
would be to use frames, but I don't want to go with frames.
Do I need to copy and paste these sections in each and every aspx page (That
is the main pages which contains home, contact, sitemap and these kind of
static pages) or is there a better way. In programming there is something
like inheritence for example.
Also for the pages that I'm going to create dynamically from user input do I
need to write these pages using response.write(). And write the entire html
source this way to the client? Or is there better tools in asp.net because
I asume that this was how asp works.
I have searced the net but don't really know what exactly to search for.
Thanks