开发者

CSS issue when using ASP.NET Validation Control

开发者 https://www.devze.com 2022-12-24 14:40 出处:网络
I\'m usin开发者_C百科g an ASP.NET Validation control and when there is an error, for some reason, some CSS are ignored. Using Firebug or IE Developer Tools I would have to reapply the styles in order

I'm usin开发者_C百科g an ASP.NET Validation control and when there is an error, for some reason, some CSS are ignored. Using Firebug or IE Developer Tools I would have to reapply the styles in order to get it to where it was.

Any ideas why this glitch happens?

Cheers


Issue resolved, it appears that this was wrapped in a RadAjaxPanel and therefore you must add the CSS links in the header inorder for it to be rendered/applied.

0

精彩评论

暂无评论...
验证码 换一张
取 消