Re: Question on start of ASP pages with XHTML

And  taking the discussion beyond the directive topic,

remember that all <% %> ASP tags are compiled under
the ASP engines on server side before be sent to the browser. 

So what the browser sees is a compiled page. 
It simply ignores if the table was constructed under a For loop for example.

This of course extends for ASP.NET enviromnet. 


Sthefan G. Berwanger

Received on Tuesday, 22 July 2003 11:24:54 UTC