Three properties that affect its layout:
RepeatColumns: The number of columns of check boxes to display.
RepeatDirection: The direction in which the check boxes are rendered.
Possible values are Horizontal and Vertical.
RepeatLayout: Determines whether the check boxes are displayed in an HTML table.
Possible values are Table and Flow.
<%@ Page Language="C#" %>
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Show CheckBoxList
File: Web.config
connectionString="Data Source=.\SQLEXPRESS;
AttachDbFilename=|DataDirectory|MyDatabase.mdf;Integrated Security=True;User Instance=True" />