.NET 页面控制刷新后在 IE8、FireFox 和 Chrome 中的渲染
主要问题是我的页面在 Firefox 和 Chrome 中无法正确呈现,但在 IE8 中呈现完美。当您在 Firefox 中查看页面时,控件(一些自定义控件和链接按钮)只有在您手动刷新后才会呈现。在 IE8 中,它们是第一次渲染。
大家有什么想法可能会导致这种情况吗?
链接按钮不会动态添加到页面,但自定义控件会动态添加到页面。
The main problem is that my pages do not render properly in Firefox and Chrome, but render perfectly in IE8. When you view the pages in Firefox, the controls (a few custom controls and linkbuttons) do not render until you do a manual refresh. In IE8, they render the first time.
Any thoughts guys what could cause this?
The linkbuttons are not dynamically added to the page, but the custom controls are.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议你在调试模式下运行ws,在页面的加载/初始化上放置一个断点,并检查在chrome中是否也命中断点(根据你的描述,它看起来像在IE8中),可能是一些js原因,目前信息太少。
I suggest you to run the ws in debug mode put a breakpoint on the load/init of the page and check if the breakpoint is hit in chrome too (it looks like it does in IE8 by your description), it maybe some js ould be the cause, too few info at the moment.