I use RadMenu with customized theme in User Control in order to be able to re-use the same menu across the ASP.NET pages.
The problem with it is that it seems to download the theme every time each page is loaded, not caching anything, which causes the screen to flash some weird colors and content for a moment before it displays the properly formatted page.
What is the best way to re-use the same RadMenu with customized theme across the pages?
The problem with it is that it seems to download the theme every time each page is loaded, not caching anything, which causes the screen to flash some weird colors and content for a moment before it displays the properly formatted page.
What is the best way to re-use the same RadMenu with customized theme across the pages?