1
Answer

Binded text of text block ,save that text in a variable

Photo of Maryam Ilyas

Maryam Ilyas

10y
561
1
<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

Answers (1)

0
Photo of Sandy
NA 634 5.3k 7y
HI,
Please follow this link
https://www.codeproject.com/Tips/497123/How-to-make-REST-requests-with-Csharp
 
 
Hope this help!
Thanks