Asp.net web applications(.aspx) are inline codes that IntelliSense
does not work.
VS.NET only supports IntelliSense in code-behind pages.
(.cs, .vb, .jsl,etc..)
When writing aspx applications , use the code-behind modules.
In these source files, you separate the user interface from the content of
the application so that the code is easier to read and maintain.
Berkay
> Hello,
>
> Having installed VS.NET Beta 1, it seems that IntelliSense does not work
> with ASPX pages (not a project). Is this normal? The only Intellisense
that
> seems to be working is "<" HTML tag completion. Anyone know how to
resolve
> this?
>
> Thanks,
>
> Frederick
>