惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
B
Blog
aimingoo的专栏
aimingoo的专栏
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
月光博客
月光博客
H
Help Net Security
V
Visual Studio Blog
量子位
A
About on SuperTechFans
博客园 - Franky
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
雷峰网
雷峰网
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
P
Proofpoint News Feed
MongoDB | Blog
MongoDB | Blog

博客园 - 改变热爱

User Controls HTML Controls[15]->HtmltextArea HTML Controls[14]->HtmlTable , HtmlTableRow , and HtmlTableCell HTML Controls[12]->HtmlInputText HTML Controls[13]->HtmlSelect HTML Controls[11]->HtmlInputRadioButton HTML Controls[9]->HtmlInputHidden HTML Controls[10]->HtmlInputImage HTML Controls[7]->HtmlInputCheckBox HTML Controls[8]->HtmlInputFile HTML Controls[6]->HtmlInputButton HTML Controls[5]->HtmlImage HTML Controls[4]->HtmlGeneric HTML Controls[3]->HtmlForm HTML Controls[1]->HtmlAnchor HTML Controls WebParts Controls[13]->ConnectionZone WebParts Controls[11]->LayoutEditorPart WebParts Controls[12]->PropertyGridEditorPart
HTML Controls[2]->HtmlButton - 改变热爱 - 博客园
改变热爱 · 2007-05-14 · via 博客园 - 改变热爱

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