Most Windows Phone applications need to present a list of items to the user at some point. If you look through the six hubs that form part of the core Windows Phone experience, you'll notice a number ...
List Box Control: selectedItem (default attribute) Specify which of the list items you want selected by default. You can also query this attribute to find out what the user has selected. For example, ...
is it possible to throw multiple autopostback's on a page? it seems they all fire no matter which one was selected when using SelectedIndexChanged. for instance, i've got two ListBox's, each of which ...