D
Doug Salomon
I've come across a weird problem with the smart navigation directive.
It seems that, in some (many? most?) cases using the asp.net 2.0 menu
control with smartnavigation emabled is causing some trouble.
I've found that (at least in my pages and those of a colleague), performing
a post back to a page with a menu at the top and smartnavigation enabled will
often introduce an extra (empty) line into the menu object.
If I remove the smartnavigation directive (or set it to false), the extra
line is not added to the menu on postback.
FWIW, the "MaintainScrollPositionOnPostback" directive (which I often see
mentioned along with smart navigation) does not exhibit this behaviour.
It seems that, in some (many? most?) cases using the asp.net 2.0 menu
control with smartnavigation emabled is causing some trouble.
I've found that (at least in my pages and those of a colleague), performing
a post back to a page with a menu at the top and smartnavigation enabled will
often introduce an extra (empty) line into the menu object.
If I remove the smartnavigation directive (or set it to false), the extra
line is not added to the menu on postback.
FWIW, the "MaintainScrollPositionOnPostback" directive (which I often see
mentioned along with smart navigation) does not exhibit this behaviour.