c# - Pass Listbox Items as array to another pages -


i making app in vs2012 c# windows 8. have 1 listbox 'a' , want pass items page 'pageone.xaml'. listbox item contain both numbers , characters.

p.s. : can make listbox global(i.e. can used pages)

you using viewmodel this. check out mvvmlight. create ioc , service locator (well, template create 1 you) allows access viewmodels anywhere in app via source={staticresource locator}.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -