Sunday, March 11, 2012

Updatepanel causes menu styles to disappear in Master

Possibly, the menu control is dynamically loading a style sheet by using JavaScript and DOM. In such case, the script code that loads the style sheet might not be called after the update. I've seen this happen but I haven't taken the time to find out why. In my particular case, including a <link> tag in the page head, referring to the proper style sheet solved the problem.

No comments:

Post a Comment