Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Binded text of text block ,save that text in a variable
Maryam Ilyas
10y
559
1
Reply
<TextBlock x:Name="t1" Grid.Row="0" Grid.Column="1" TextAlignment="Center" Text="{Binding Path=ECG}" Margin="55,22,10,2"/>
save the text on cs file (back end).
string i=t1. Text
its not identifying the t1 (textblock) in the current context
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Make a call from a Windows phone application using C#
using Zeroconf library to discover same app install on anoth