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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -