HTML Controls[2]->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.

C# HtmlButton1.aspx
Run Sample View Source

posted on 2007-05-14 10:25  改变热爱  阅读(136)  评论(0)    收藏  举报

导航