BndLkupBReadOnly 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 public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean
Get
Set
Property Value
Type:
BooleanImplements
IBndLkupReadOnlyRemarks
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