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