Specifies the name of the control that the System.Web.UI.WebControls.ControlParameter object binds to.
Documentation for this section has not yet been entered.
The ControlParameter.ControlID property is a required property that identifies the System.Web.UI.Control instance that the System.Web.UI.WebControls.ControlParameter object binds to at run time.
Typically, the ControlParameter.ControlID and ControlParameter.PropertyName properties are set for the ControlParameter.Evaluate(System.Web.HttpContext, System.Web.UI.Control) method to correctly bind to a control. If you do not set the ControlParameter.ControlID property, the ControlParameter.Evaluate(System.Web.HttpContext, System.Web.UI.Control) method throws an ArgumentException exception when called.