style problem!!

bary40

Newcomer
Joined
Nov 9, 2003
Messages
17
Hi everybody

i have to web pages

these two pages uses the same style file which i made it .

the problem is when i use server.transfer method to navigate between these pages
the page loses the style (the style that i made it has no effect) .
but when i use response.redirect method i have no problems , both pages has the same style that i made it previously.
Is there a way to have the same style for both pages using server.transfer method ?

thanx in advance
 
This doesn't sound right, server.transfer should give the same result, is there any way that a different page is being pulled, maybe one that doesn't use the CSS file?
 
Back
Top