2
Answers

How to upgrade a batch application from vs2013 to vs2015?

Photo of Rakesh

Rakesh

8y
333
1
I want to know how can we upgrade a batch application from vs2013 to vs2015.&nbsp;Please let me know&nbsp;If you already worked on this&nbsp;upgrading project/&nbsp;have knowledge on this. Thanks in advance<br />&nbsp;

Answers (2)

1
Photo of Suresh M
NA 18.6k 1.5m 8y
<ToggleButton Height="100" Width="200" IsChecked="False" Checked="ToggleButton_Checked" Unchecked="ToggleButton_Unchecked" ></ToggleButton>
Hi just set the visibility of the grid visible and Collapsed(by default set Collapsed)
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}" Visibility="Collapsed">
when you checked the toggle button set your g1 grid visibility to visible and g2 hide it vice versa
Accepted