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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

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

ios - I get the error Property '...' not found on object of type '...' -