0

Can anyone please help me out...I'm trying to create checkboxes dynamically in a form which get their data from a list items...

1
  • 2
    Winforms or ASP.NET? Need a lot more detail here. Commented Apr 14, 2010 at 7:13

1 Answer 1

2
CheckBox chk = new CheckBox();
this.Controls.Add(chk);

See Adding Controls at Run Time (Visual C#)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.