Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

"Option Explicit" does not work in aspx

"Option Explicit" does not work as the first statement in aspx (as it did in
asp). "Option strict off" is automatically added as the first statement when
a aspx page is processed before compilation.

I'm stumped ? Thanks for any help

Andre Rademan, Cape Town, South Africa
[302 byte] By [Andre Rademan] at [2007-11-9 16:24:24]
# 1 Re: "Option Explicit" does not work in aspx
It is now part of the <%@ Page %> directive. Explicit and Strict are the
two options I believe...

"Andre Rademan" <andre.rademan@iafrica.com> wrote in message
news:39c91904@news.dev-archive.com...
> "Option Explicit" does not work as the first statement in aspx (as it did
in
> asp). "Option strict off" is automatically added as the first statement
when
> a aspx page is processed before compilation.
>
> I'm stumped ? Thanks for any help
>
> Andre Rademan, Cape Town, South Africa
>
>
>
>
>
>
>
Chris Kinsman at 2007-11-11 23:26:07 >