Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Re: ASP.NET IntelliSense problem


Message #1 by berkaymese@m... on Wed, 7 Aug 2002 15:12:19
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 
> 

  Return to Index