Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to save the state of a checkbox

How to save the state of a checkbox in Visual studio ultimate 2012 using C#. That is even after the app is terminated when I reopen again the last viewed state should be visible? what to do? Could u please help me with the code.

Thanks in advance.....

J.Visali

like image 907
Jayanthi Adilakshmi Visali Avatar asked Jan 15 '23 09:01

Jayanthi Adilakshmi Visali


1 Answers

Here you should find all you need: http://msdn.microsoft.com/en-us/library/windows/apps/hh986968.aspx

like image 78
Sven Kannenberg Avatar answered Jan 23 '23 06:01

Sven Kannenberg