HTML Controls[11]->HtmlInputRadioButton

An HtmlInputRadioButton control creates a single radio button input field. Setting the Name attribute the same way on each radio button forms a group in which only one radio button can be selected at a time. The selected state must be tested on the individual radio buttons, however.

The following sample illustrates using the HtmlInputRadioButton control.

C# HtmlInputRadioButton1.aspx
Run Sample View Source

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

导航