Standard Controls[5]->CheckBox

The CheckBox server control accepts Boolean (true or false) input. When selected, its Checked property is true. Typically a check box is processed as one of several fields in a form; however, it can be used to trigger postback to the server if its AutoPostBack property is true. The following sample illustrates using the CheckBox control.

C# CheckBox1.aspx
Run Sample View Source

posted on 2007-05-14 09:20  改变热爱  阅读(110)  评论(0)    收藏  举报

导航