armen 0

armen 0

  • NA
  • 5
  • 0

ListBox

Jul 11 2004 7:04 AM
Hi In ASP.NET I can have ListBox with text and Value for example I can Add ListBox lst=new ListBox(); ListBox.Items.Add(new ListItem("US", 1)); ListBox.Items.Add(new ListItem("UK", 2)); How can I do the same with Windows Application?????????????? Thank you

Answers (1)