QueryTableControlSelectionClientIdPrefix Property |
This is an optional property.
Whenever you have to get the selected item id(s) by javascript, directly from Request["..."] or
something link this, you can use this to specify the name of RadioButton- or CheckBoxList. This
Prefix will be also used as a prefix for the CheckBoxes and RadioButtons (like: ClientIdPrefix + Object.Id).
Namespace: PDTec.IceNet.Web.UI.ControlsAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic string SelectionClientIdPrefix { get; set; }
Property Value
Type:
String
See Also