<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="Data Source=servername;Initial Catalog=dbname;Integrated Security=True"                                ProviderName="System.Data.SqlClient" SelectCommand="SELECT [id], [description] FROM [notificationLists]">                            </asp:SqlDataSource>
                       
<asp:CheckBoxList ID="chkNotify" runat="server" SataSourceID="SqlDataSource1"                             DataTextField="description" DataValueField="id">                        </asp:CheckBoxList>