HtmlButton
Working with HtmlButton
The HtmlButton control renders as an HTML 4.0 <button>. This differs from
<input type="button"> in that it enables Web developers to create rich user interface form buttons
that can be composed from embedded HTML elements (and even other ASP.NET server controls).
The following sample illustrates using the HtmlButton control.
Copyright 2001 Microsoft Corporation. All rights reserved.