SyntaxFix
Write A Post
Hire A Developer
Questions
Try :
List<string> MyList = new List<string>(); MyList.Add("HELLO"); MyList.Add("WORLD"); listBox1.DataSource = MyList;
Have a look at ListControl.DataSource Property