FilterWidgetBaseCreateNumberTextbox Method |
Create a TextBox for the numeric filter widget.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected TextBox CreateNumberTextbox(
string id,
string value,
string classes = null
)
Protected Function CreateNumberTextbox (
id As String,
value As String,
Optional classes As String = Nothing
) As TextBox
Parameters
- id
- Type: SystemString
The control ID. - value
- Type: SystemString
The initial value. - classes (Optional)
- Type: SystemString
Optional CssClass(es) to be added to the control.
Return Value
Type:
TextBoxThe newly created TextBox.
See Also