一个CheckBoxList控件转换成Html代码为
<table id="与CheckBoxList控件ID相同" border="0">
<tr><td><input id="CheckBoxList控件ID_0" type="checkbox" name="CheckBoxList控件ID$0" /><label for="CheckBoxList控件ID_0">选项值</label></td></tr>
<tr><td><input id="CheckBoxList控件ID_1" type="checkbox" name="CheckBoxList控件ID$1" /><label for="CheckBoxList控件ID_1">选项值</label></td></tr>
</table>