Asp控件无法在Chrome上运行

时间:2014-02-17 14:13:51

标签: asp.net visual-studio-2013

我在这里面临一个奇怪的问题,我的asp控件都没有在Chrome中运行,我无法访问事件文本框不知道为什么会出现这种情况?

有人可以帮我解决这个问题吗?

指令:

<%@ Page Language="VB"  Debug="true" EnableViewState="true" CompilationMode="Always"  AutoEventWireup="false" CodeFile="Enquiry.aspx.vb" Inherits="Enquiry" %>

这是我的文本框编码:

<asp:TextBox ID="txtContactAddress" CssClass="TextArea" ToolTip="Enter Contact Address" runat="server" Width="380px" Height="75px" TextMode="MultiLine" ValidationGroup="Enquiry"></asp:TextBox>

我正在使用HTML 5标签

<!DOCTYPE html>


<html xmlns="http://www.w3.org/1999/xhtml">

我已经包含了以上的doctypes .. !!

控件在IE 11中运行得很完美,我还没有在任何其他IE版本中测试过,但它在chrome中不起作用,控件在chrome浏览器中显示为图像

我正在使用Visual-Studio-2013

的Web.config:

<configuration>
  <system.web>
    <compilation debug="true" strict="false" explicit="true" targetFramework="4.5" />
    <httpRuntime targetFramework="4.5" />
  </system.web>
<appSettings>
  <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
</appSettings>
</configuration>

修改

我有答案.. !! :)华友世纪,但这很奇怪..!我在一个section标签中有控件,其css的位置为:relative和z-index:600;我删除了这个位置:亲戚,这很好......不知道为什么位置:相对禁用Asp.net控件?

欢迎任何解决方案.. !!

0 个答案:

没有答案