Getting Intellisense to work in an aspx file for C#

  • Thread starter Thread starter Greg Miller
  • Start date Start date
G

Greg Miller

I get Intellisense for all of my HTML, and for C# if I use a
codebehind. But I can't get Intellisense to work if my C# code is
intermixed with the HTML. I've inherited a project where the code is
intermixed, and converting it all is more effort than it would be
worth. Anyone know how to make Intellisense work inside an aspx file
like VS 6 did?
 
It does not. you will see it working differently in Visual Studio .NET 2005,
which comes out next year (beta next month).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 
Back
Top