Intellisense Not Displaying Controls Inside Wizard Control

I’ve noticed on many occasions that when adding a new control inside an asp:Wizard control using Visual Studio .NET 2005 that the Intellisense can’t find the new control. There is nothing wrong with your code if this happens. It is a bug with Visual Studio. The solution I’m using to fix this is to add my new controls inside the asp:Wizard control first. Then I close and relaunch Visual Studio. At that point the code behind detects the new controls and Intellisense works again.

This entry was posted in ASP.NET and tagged , . Bookmark the permalink.

Comments are closed.