INFO: Microsoft Internet Explorer Web Controls Are Not Supported (328046)



The information in this article applies to:

  • Microsoft ASP.NET (included with the .NET Framework) 1.0

This article was previously published under Q328046

SUMMARY

Microsoft does not currently support Microsoft Internet Explorer WebControls.

MORE INFORMATION

The Microsoft Internet Explorer WebControls are a collection of Microsoft ASP.NET server controls that make it easier for you to author user interfaces (UI). The WebControls provide a single-source authoring solution in ASP.NET that delivers HTML content that is based on the capabilities of a browser.

When you author with the WebControls elements and objects in ASP.NET Web Forms, pages are generated that render and that function correctly in all frequently used browsers. The WebControls provide you with widespread reach to a diverse browsing audience. The ASP.NET server controls detect the browser type and then automatically take advantage of many of the advanced capabilities in Microsoft Internet Explorer 5.5 and later versions.

The WebControls include a set of Dynamic HTML (DHTML) behaviors, which automatically download automatically from ASP.NET Web Forms to Internet Explorer 5.5 and later versions. These behaviors implement custom elements that you can also use independent of ASP.NET.

Modification Type:MajorLast Reviewed:1/21/2004
Keywords:kbinfo kbServerControls KB328046 kbAudDeveloper