Is there a difference between txtDetail.text ="" and textDetails.Clear()
if so please explain
and is this the right form to clear checkboxes and remove them from memory..
CheckBox1.CheckState = CheckState.Unchecked
if so please explain
and is this the right form to clear checkboxes and remove them from memory..
CheckBox1.CheckState = CheckState.Unchecked