Installed Visual Studio 2008 yesterday and it so far it seems to reach my expectations. Im looking forward to playing with all these new things; LINQ, anonymous types etc. However I got really dazzled to why my imported .NET 2.0 projects from Visual Studio 2005 behaved REALLY slow in 2008. I could hardly edit any code and loading the designer took forever. By re-creating the project from scratch and import the old files it now works as usual. Perhaps anyone knows the cause of this behavior ......
The TreeView control in ASP.NET 2.0 is one of my favourite controls for building easy-to-use navigation. But it has some limitations, or at least they appear to me as limitiations. The problem is to maintain the state of the nodes when jumping around pages, especially in an masterpage based UI. So this is the task. I am using the Treeview to present product categories in hierarchy with an unlimited amount of childnodes. I am not interested in using the postback method with javascript as it will not ......