TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Thanattha Bussapak
NA
20
19.4k
How to LisBox.ItemsSource to Textblock.Text
Feb 2 2014 3:23 PM
I send from ListBox to TextBlock. (tLat to tLat1)
ListBox is show 13.765443 ,But TextBlock is show System.Windows.Control.ListBox.
List<string> t_la = new List<string>();
foreach (myList cm in list)
t_la.Add(cm.L_id);
tLat.ItemsSource = t_la;
tLat1.Text = tLat.ToString();
Reply
Answers (
1
)
Alarm setting background process wp8
Task.WaitAll is throwing an Exception in rare cases