I designed a simple design and in that, in passwordChangeTbx tapped event i made a grid to get visible.But it is not working.can anyone help me in finding bug in this basic code.
My Code:
RenderTransformOrigin="0.5,0.5" PlaceholderText="**********" HorizontalAlignment="Left" VerticalAlignment="Center" Width="327" Margin="18,43,0,563" Tapped="passwordChangeTbx_Tapped" />
Code Behind:
private void passwordChangeTbx_Tapped(object sender, TappedRoutedEventArgs e){
changePasswordGrid.Visibility = Visibility.Visible;
}
Ved PrakashPosted Oct 16, 2015, 3:35 AM
{
changePasswordGrid.Visibility = Visibility.Visible;
}
Murali RPosted Oct 14, 2015, 10:55 AM
Mukesh KumarPosted Oct 9, 2015, 8:27 AM