Retrieving check box name (value) from a table in SQL database into ascx file
问题 I have tab names stored in a table named 'Importtabs' in my SQL database. Instead of hard coding the name of tabs i am importing i want to retrieve the names from the above mentioned table and set them as values for my checkbox list on the ascx side. Here is the hardcoded version that i was earlier using: <div style="overflow: auto;"> <asp:CheckBoxList ID="CheckBoxList1" BorderStyle="None" runat="server" RepeatColumns="3"> <asp:ListItem>All Temporary Differences</asp:ListItem> <asp:ListItem