V
VR
Hi, all.
I have a rookie web development question.
I am working on creating a web site, where all pages are
going to have a similar look/feel: same menu on one side,
company logo on the other side, etc. Some of the pages
will be ASP.NET, some will be static HTML.
1. Is there any way to make sure that all the
graphics/HTML data cached on the client's site, when user
is moving from page to page. After all, all the graphics
is the same...
2. Is browser smart enough to do it?
3. Is there any way to programmatically enforce it in ASP?
4. Is there any way to achieve it with static HTML?
Thanks for the help.
VR
I have a rookie web development question.
I am working on creating a web site, where all pages are
going to have a similar look/feel: same menu on one side,
company logo on the other side, etc. Some of the pages
will be ASP.NET, some will be static HTML.
1. Is there any way to make sure that all the
graphics/HTML data cached on the client's site, when user
is moving from page to page. After all, all the graphics
is the same...
2. Is browser smart enough to do it?
3. Is there any way to programmatically enforce it in ASP?
4. Is there any way to achieve it with static HTML?
Thanks for the help.
VR