79836351

Date: 2025-12-02 21:53:45
Score: 0.5
Natty:
Report link

I had to put the bind in the Page_Init

        protected void Page_Init(object sender, EventArgs e)
        {
            cblLanguage.DataSource = GenericClass.GetCheckboxList(4);
            cblLanguage.DataValueField = "keyfield";
            cblLanguage.DataTextField = "textfield";
            cblLanguage.DataBind();
        }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alverant