Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 23, 2014 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtuts/28b432f53bc2bcb693ff to your computer and use it in GitHub Desktop.
Save wtuts/28b432f53bc2bcb693ff to your computer and use it in GitHub Desktop.
Data binding in listbox
//Sample data to be used in the listbox
string[] studentnames = new string[8] { "Aalap", "Alex", "Aman", "Bharat", "Chetan", "Chitransh", "Vaibhav", "Vivek" };
int[] studentmarks = new int[8] { 82, 78, 84, 56, 98, 94, 95, 97 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment