How do you determine if a check box is selected or not in Vb.Net

A) Using Value Property
B) Using CheckState Property
C) Using Option Property
Explanation: ChsekState is gives the whether checkbox is selected or not.Value was there in VB6

Showing Answers 1 - 3 of 3 Answers

C.A.MURALI MOHAN

  • Feb 24th, 2006
 

IF CHECKBOX VALUE =1 SELECTED

IF CHECKBOX VALUE =0 NOT  SELECTED

  Was this answer useful?  Yes

Madhavi Gunda

  • Mar 20th, 2006
 

B)  Using check state property

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions