hi,
I want to bind the datasource to a CheckBoxList Based on Database Value i want to check few checkboxes,
ex:
in roles table ModuleIds column contain few ids with ',' seperator
but my checkboxlist contain all modules, now i want to checked which module is in miduleIds field.
<asp:CheckBoxList ID="chklistmodules" runat="server" DataTextField="M_NAME" DataValueField="M_ID">
</asp:CheckBoxList>