Binds the value of a field to a check box in the System.Web.UI.WebControls.CheckBoxField object.
- sender
- The source of the event.
- e
- An EventArgs that contains the event data.
The CheckBoxField.OnDataBindField(object, EventArgs) method is a helper method used to bind the value of a field in the data source to a corresponding check box in the System.Web.UI.WebControls.CheckBoxField object.