Checkbox:Issue in checkchanged event
- by user290621
-I have a check box:
-and i have subscribed for checkchanged event, i have an handler inturn and doing some
operation there
- i check and uncheck this checkbox programmatically(ex:chkbx_Name.Checked = true),
(Obviously checkchanged evt gets fired)
-I want this event to be fired only when i manually check or uncheck it
- is there any way to avoid firing of this event when i check.uncheck it programmatically