2
Answers

Boolean

Bobby Oakes

Bobby Oakes

13y
1.4k
1
I have a program in which i need to save the checked state of a menu strip item to a text file and have it load in when someone opens the file.

How do i find the bool of this and when i do how do i read it back in

i have attached a screen shot.

i would like the person to be able not only to save text data but also the boolean of the checked state of these buttons
Answers (2)
0
Jignesh Trivedi

Jignesh Trivedi

NA 61k 14.2m 12y
hi,

your quesion is not too much clear....

correct me! from frend end you have dept name, emp name and you want to add record in emp Master.

so first of all get dept id from deptMaster table from dept name

select deptId from deptName = @deptName.

now insert record in empMaster.

hope this will help you.