I am using RadAjaxPanel, and inside it is a simple <style> tag with a few styles. Inside the RadAjaxPanel are HTML controls that uses these styles. It looks fine when the page first loads, but after a POSTback from one of the controls in the AJAX panel, the styles seem to be "lost".
A couple of things ... the <style> tags are not in the <head> ... they are just in an AJAX panel inside the <body> tag on a page.
Is this expected that any <style> tags will be dropped? Is there a way to make the browser still "see" these style tags after the AJAX POSTback?
Thanks!
Jay
A couple of things ... the <style> tags are not in the <head> ... they are just in an AJAX panel inside the <body> tag on a page.
Is this expected that any <style> tags will be dropped? Is there a way to make the browser still "see" these style tags after the AJAX POSTback?
Thanks!
Jay