How to get checkbox values in HTML
Mahesh Chand
CheckBox tmpCheckBox = (CheckBox)ctrl;bool bValue = tmpCheckBox.Checked;