Does anyone know a trick in Visual Studio 2008 to make it remember the outline toggles you have in place on aspx files between restarts? (the little plus or minus symbol on the left for code blocks)
In the code behind cs file it remembers the toggle on the #region tags... hoping for something like that I can do on the aspx HTML side.
So far I am forced to either re-close them when I open it, or do a Edit -> Outlining -> Toggle all Outlining to close them all when opening. Nothing happy in the middle.