Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 25, 2014 14:01
Show Gist options
  • Save wtuts/515e9725b78a2309f946 to your computer and use it in GitHub Desktop.
Save wtuts/515e9725b78a2309f946 to your computer and use it in GitHub Desktop.
Listbox Selected item
//Arrays to provide sample data to listbox
string[] arrayofnames = new string[6] { "Alex", "Fred", "James", "Aman", "Ankur", "Vaibhav" };
int[] arrayofmarks = new int[6] { 80, 82, 98, 76, 94, 100 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment