ASP. IE11 dopostback is null or undefined null or undefined

Source: Internet
Author: User

Personally think that this problem is generally not in accordance with the norms of writing, but lazy people have lazy ways.

Page refactoring generally solves this problem, but there is still a workaround for situations where rewriting is inconvenient.

Workaround:

1. Copy the file Ie11.browser to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Browsers, The path may vary depending on the operating system and the. NETFramework version.
2. Start Cmd.exe as an administrator and switch to directory C:\Windows\Microsoft.NET\Framework\v4.0.30319.
3. Enter the command "Aspnet_regbrowsers-i" after the carriage return, the command does not include the quotation marks section.
4. Enter the command "IISRESET" after the carriage return, the command does not include the quotation marks section.
5. Wait for the command to finish, IE should be able to do it.

Ie11.browser is a text file with the following contents:

<Browsers>  <BrowserID= "IE11"ParentID= "Mozilla">    <Identification>        <useragentMatch= "trident\/7.0; RV: (? ') Version ' (? ') Major ' \d+) (\. (? ') Minor ' \d+)?) (?‘ Letters ' \w*)) (? ') Extra ' [^)]*) " />        <useragentNonmatch= "Iemobile" />    </Identification>    <Capture>        <useragentMatch= "trident/(? ') Layoutversion ' \d+) " />    </Capture>    <Capabilities>        <Capabilityname= "Browser"value= "IE" />        <Capabilityname= "Layoutengine"value= "Trident" />        <Capabilityname= "Layoutengineversion"value= "${layoutversion}" />        <Capabilityname= "Extra"value= "${extra}" />        <Capabilityname= "IsColor"value= "true" />        <Capabilityname= "Letters"value= "${letters}" />        <Capabilityname= "MajorVersion"value= "${major}" />        <Capabilityname= "MinorVersion"value= "${minor}" />        <Capabilityname= "ScreenBitDepth"value= "8" />        <Capabilityname= "type"value= "Ie${major}" />        <Capabilityname= "Version"value= "${version}" />    </Capabilities></Browser><!--mozilla/5.0 (Windows NT 6.3; trident/7.0; rv:11,0) Like Gecko -<BrowserID= "IE110"ParentID= "IE11">    <Identification>        <Capabilityname= "MajorVersion"Match= "One" />    </Identification>    <Capabilities>        <Capabilityname= "Ecmascriptversion"value= "3.0" />        <Capabilityname= "Jscriptversion"value= "5.6" />        <Capabilityname= "JavaScript"value= "true" />        <Capabilityname= "Javascriptversion"value= "1.5" />        <Capabilityname= "Msdomversion"value= "${majorversion}.${minorversion}" />        <Capabilityname= "W3cdomversion"value= "1.0" />        <Capabilityname= "exchangeomasupported"value= "true" />        <Capabilityname= "ActiveXControls"value= "true" />        <Capabilityname= "Backgroundsounds"value= "true" />        <Capabilityname= "Cookies"value= "true" />        <Capabilityname= "Frames"value= "true" />        <Capabilityname= "Javaapplets"value= "true" />        <Capabilityname= "Supportscallback"value= "true" />        <Capabilityname= "Supportsfileupload"value= "true" />        <Capabilityname= "Supportsmultilinetextboxdisplay"value= "true" />        <Capabilityname= "Supportsmaintainscrollpositiononpostback"value= "true" />        <Capabilityname= "Supportsvcard"value= "true" />        <Capabilityname= "Supportsxmlhttp"value= "true" />        <Capabilityname= "Tables"value= "true" />        <Capabilityname= "SupportsAccesskeyAttribute"value= "true" />        <Capabilityname= "TagWriter"value= "System.Web.UI.HtmlTextWriter" />        <Capabilityname= "VBScript"value= "true" />    </Capabilities></Browser></Browsers>

ASP. IE11 dopostback is null or undefined null or undefined

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.