c# - How do I save the status of a radio button? -


my question is: how export status of radio button (checked or not) text file , read in button assumes saved status?

i feel might simple @ complete loss.

any appreciated!

save boolean value of radio button's checked property integer:

true  = 1 false = 0 

read in , assign value checked property.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -