Hi everyone,
I'm having a real problem with the menu control and CSS adapters.
In a normal asp.net site, if you drag a menu onto the page and view the runtime source, you'll notice that it outputs tables by default
If you do the same thing but in a CSS Friendly Adapters site, it will output an unordered list - just what you want.
However, sometimes you only want CSS Friendly Adapters used on certain controls, which I'm guessing is why we have an AdapterEnabled property.
The problem I'm having is that when I set AdapterEnabled=false instead of reverting back to tables, it starts outputing spans instead. I desperately need it to get it to go back to using its normal rendering for this control.
Can anyone tell me why its rendering spans and not tables, and perhaps advise me as to how to get it to "switch off" properly?
Sincerest thanks to anyone who can advise!
Simon