Click or drag to resize

IBndLkupReadOnly Property

Gets/sets the locked status of the control's TextBox.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool ReadOnly { get; set; }

Property Value

Type: Boolean
Remarks
The TextBox is made read-only by setting its HTML "readonly" attribute so that if the value is changed programmatically .Net will still posted-back the new value. value.
See Also