Search code examples
asp.netstandardsservercontrols

Are the Internet Explorer Web Controls IE only?


Recently, I came across a set of Internet Explorer Web Controls from Microsoft. These look to me to be older controls from the pre-standards era of Microsoft's asp.net development. I'm curious as to whether or not these controls work well with modern browsers, or if they're basically IE only. I know it says it will render to "downlevel" browser, but it seems to indicate that "any browser other than IE" is a downlevel browser.

Are there a modern set of controls from MS?


Solution

  • I wouldn't recommend using these - they aren't supported by Microsoft anymore and all the samples are on GotDotNet, which has been shutdown.

    You'd have better luck developing with a more recent version of the .NET Framework.