MarkD Posted June 17, 2003 Posted June 17, 2003 A little basic (pun intended :)) ) instruction needed here. How do I set a checkbox control to true? (checked). CBox.checked = true seems like it should work but, no luck. Thanks, Mark Quote
capwrmt Posted June 17, 2003 Posted June 17, 2003 cbox.checkstate="checked" should do the trick :) Quote
*Experts* Bucky Posted June 17, 2003 *Experts* Posted June 17, 2003 Actually, the correct syntax is: CBox.CheckState = CheckState.Checked Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.