Article ID: 306151 - Last Review: February 23, 2007 - Revision: 4.5 INFO: Visual Studio .NET Does Not Provide IntelliSense in ASPX PagesThis 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. APPLIES TO
| Article Translations
|
Back to the top
