Anyone come across anything like this before..
If I do a server transfer to a new page, at the top of the page, the
contents of the <TITLE> in the <HEAD> section is displayed above the
contents of the page.
Thanks
Adrian
Server.Transfer embedded in a <script> block, I assume? That is the only way
I can think of that this can happen. Switch to code behind, if so, and see if
you still get this.
Most likely an HTML formatting issue (something illegal for the XHTML
parser?). The issue will likely be on the page that issues Server.Transfer.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
> Anyone come across anything like this before..
>
[quoted text clipped - 4 lines]
> Thanks
> Adrian
Adrian Parker - 15 Jul 2005 16:20 GMT
na, server.transfer is in code behind already.. I've now taken all the
<title> tags out of the pages and it's fine.. not ideal, but can't take
more time on it now.
> Server.Transfer embedded in a <script> block, I assume? That is the only
> way
[quoted text clipped - 14 lines]
>> Thanks
>> Adrian
I would like to create a FAQ feature for my web page that populates
from a table in the sql server. My table would have a column for a
question and one for answer. On the web page I would like to only show
the questions listed and when the user clicks the question javascript
would expand the answer below it. Then if they click the question the
answer disappears again.
How do I do the javascript part and fill it with the data from the
server?
> Anyone come across anything like this before..
>
[quoted text clipped - 4 lines]
> Thanks
> Adrian