Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 25, 2014 13:50
Show Gist options
  • Save wtuts/b50d7f9e05f75c391260 to your computer and use it in GitHub Desktop.
Save wtuts/b50d7f9e05f75c391260 to your computer and use it in GitHub Desktop.
Listbox Selected item
//Class which acts as a data source for the databound mylistbox
public class Resultclass
{
public string name { get; set; }
public int marks { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment