Article ID: 306151 - Last Review: February 23, 2007 - Revision: 4.5

INFO: Visual Studio .NET Does Not Provide IntelliSense in ASPX Pages

This article was previously published under Q306151
Expand all | Collapse all

SUMMARY

When you work with inline code in an .aspx page, IntelliSense is not available for server-side code.

MORE INFORMATION

Visual Studio .NET only supports IntelliSense in code-behind pages. However, inline code still works at run time.

To write ASP.NET pages in Visual Studio .NET, the supported and preferred method is to use code-behind modules. In code-behind modules, you can separate the user interface from the content of the application so that the code is easier to read and maintain.

APPLIES TO
  • Microsoft Visual Studio .NET 2003 Professional Edition
  • Microsoft Visual Studio .NET 2002 Professional Edition
  • Microsoft Visual Studio .NET 2003 Academic Edition
  • Microsoft Visual Studio .NET 2002 Academic Edition
  • Microsoft Visual Studio .NET 2003 Enterprise Architect
  • Microsoft Visual Studio .NET 2002 Enterprise Architect
  • Microsoft Visual Studio .NET 2003 Enterprise Developer
  • Microsoft Visual Studio .NET 2002 Enterprise Developer
  • Microsoft ASP.NET 1.1
  • Microsoft ASP.NET 1.0
Keywords: 
kbideproject kbinfo kbsrccontrol KB306151
 

Article Translations