Maryam Ilyas

Maryam Ilyas

  • NA
  • 2
  • 2.1k

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

Jan 9 2015 2:26 AM
<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)