Share via


IntelliSense Everywhere in ASP .NET

IntelliSense is the technology that pops up context-sensitive hints and options while you are coding. The IntelliSense feature has been expanded in Visual Studio 2005 to help you complete all kinds of web development tasks more quickly and easily. If you are working on a single file ASP.NET page, IntelliSense is available within the script blocks. It can help you complete directives such as @Page as well as inline CSS style attributes within a page. Intellisense can be used for all sections within a Web.Config file. And if you are working on an XML file, Intellisense can help you complete your XML elements based on the associated Schema or DTD.

Using Intellisense in a single file ASP.NET page