Click or drag to resize

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
)

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: TextBox
The newly created TextBox.
See Also