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



The information in this article 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 Edition
  • Microsoft Visual Studio .NET (2002), Enterprise Architect Edition
  • Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
  • Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
  • Microsoft ASP.NET (included with the .NET Framework 1.1)
  • Microsoft ASP.NET (included with the .NET Framework) 1.0

This article was previously published under Q306151

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.

Modification Type:MajorLast Reviewed:1/19/2004
Keywords:kbIDEProject kbinfo kbSrcControl KB306151