如何解决 [英] how it can be solved

查看:81
本文介绍了如何解决的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Asp.Net菜单无法在Google的Chrome浏览器中正确呈现

Asp.Net Menu not rendering correctly in Google’s Chrome

推荐答案

尝试以下操作:

将其添加到页面加载事件;

try this:

add this on Page Load Event;

if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
        {
              Request.Browser.Adapters.Clear();
        }





this will surely help you.


,您希望我们能在与您分享的内容中为您提供帮助! :doh:

好的,我的回答是:
Asp.Net菜单无法在Google Chrome中正确显示
不要使用Chrome.在可行的地方使用IE(其他浏览器).


以防万一,您一定要使用Chrome,麻烦您寻找任何JavaScript错误或服务器错误.启用JavaScript进行调试,看看是否有任何弹出窗口.请参阅服务器日志,事件日志和应用程序日志.检查菜单实现是否与所记录的完全相同.如果您使用任何第三方控件,请在其论坛上查找任何类似内容.

试试吧!
And you expect us to help you with the content you have shared with us! :doh:

Ok my answer to:
Asp.Net Menu not rendering correctly in Google’s Chrome
Don''t use Chrome. Use IE(other browser) where it works.


In case, you are adamant to use Chrome, troublehsoot, look for any JavaScript error or server errors. Enable JavaScript to debug and see if anything pops up. See server logs, event logs and application logs. Check if the menu implementation is exactly as it is documented. If you are using any third party control, look at their forum for anything similar.

Try!


这篇关于如何解决的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆