我正在尝试设置列表选择器控件的值/selecteditem-来自windows phone 7的silverlight工具包(当用户想要编辑xml中的条目时,它从IO中提取数据并将其设置在文本框/列表选择器中我目前正在尝试使用:(sub是一个字符串)Additionalinformation: SelectedItem must al
selectedItem=" + allToDoItemsListBox.SelectedIndex, UriKind.Relative));
if (NavigationContext.QueryString.TryGetValue("selectedItem", out selectedIndexint.Parse(selectedIndex);