code-behind

  1. riyabansal

    string manipulation in c#

    i want to fetch " Name Date Value BP 01/26/2015 15 Ht 01/26/2015 15 Wt 01/26/2015 70 BMI 01/26/2015 218.71 " date and value from this string. how can i achieve this. Thanks in advance.
  2. H

    Question x:name not allowing code-behind to access

    Alright, after searching the internet for a good day I give up. Here is what I have as XAML: <RadioButton x:Name="RadioButton1" Content="Hello" HorizontalAlignment="Left" Margin="225,190,0,0" VerticalAlignment="Top"/> <RadioButton x:Name="RadioButton2" Content="Goodbye"...
Back
Top Bottom