Digital Colony!

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. If anyone is aware of a better solution, post your thoughts in the comments.

Labels: , , ,

posted by MAS on Apr 4,2007

Legacy Comments

Digital Colony Copyright © 1999-2010 XHTML   508
Try...Catch Disclaimer: For brevity many examples do not include error handling. That is your responsibility.