Re: Page setup order
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 03/01/05
- Next message: John Dalberg: "Client validation not firing"
- Previous message: SergioT: "Re: DataGrid edited row and jScript"
- In reply to: tshad: "Page setup order"
- Next in thread: tshad: "Re: Page setup order"
- Reply: tshad: "Re: Page setup order"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Mar 2005 09:30:36 -0800
the page directives are read by asp.net and are not included in the output
html. the <doctype statement is html and only used by the browser
-- bruce (sqlwork.com)
23vi8wOoHFHA.2132@TK2MSFTNGP14.phx.gbl...
| Does it matter whether Doctype is after the Page line? At the moment, I
| have my pages as so:
|
| <%@ Page Language="VB" trace="false" debug="true" AutoEventWireup="true"
| ContentType="text/html" ResponseEncoding="iso-8859-1" %>
| <%@ Register TagPrefix="fts" TAgName="header"
| src="..\includes\defaultHeaders.ascx" %>
| <%@ Register TagPrefix="fts" TAgName="footer"
| src="..\includes\defaultFooters.ascx" %>
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
|
| I wanted to find out if this is the correct order or does it matter?
|
| Tom
|
|
- Next message: John Dalberg: "Client validation not firing"
- Previous message: SergioT: "Re: DataGrid edited row and jScript"
- In reply to: tshad: "Page setup order"
- Next in thread: tshad: "Re: Page setup order"
- Reply: tshad: "Re: Page setup order"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|