The text of this article is not in this database — only its details are. Read it on the old site: ListBox in Silverlight
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: ListBox in Silverlight
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Bricton PerezPosted Mar 22, 2011, 9:19 PM
I did read your article, good job my friend, but I need some help: I want to use a ListBox with a ListBoxItem in order to navigate from page to page...Can you tell me how I have to bind it please... I appreciate your help Regards
paully peterPosted Nov 26, 2010, 5:13 AM
in silverlight how to bind listbox selected item to database object i wrote code down here : emp.state = this.LsbState.SelectedItem.ToString(); wen i go into databse n check the o/p is System.Windows.Controls.ListBoxItem