BndLabel Constructor (WebControl, String) |
Constructor with associated control and label text. Note that control ID can be set
later as it is not required until render time.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public BndLabel(
WebControl associatedControl,
string text
)
Public Sub New (
associatedControl As WebControl,
text As String
)
Parameters
- associatedControl
- Type: System.Web.UI.WebControlsWebControl
The associated control. - text
- Type: SystemString
The label text.
See Also