Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

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


View products that this article applies to.

This article was previously published under Q306151

↑ Back to the top


Summary

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

↑ Back to the top


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.

↑ Back to the top


Keywords: kbideproject, kbinfo, kbsrccontrol, KB306151

↑ Back to the top

Article Info
Article ID : 306151
Revision : 9
Created on : 2/23/2007
Published on : 2/23/2007
Exists online : False
Views : 441