Click or drag to resize
UniGridSetTextboxValue Method
Sets the TextBox value to the given value or default value if available

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected static void SetTextboxValue(
	string value,
	string defaultValue,
	TextBox textBox
)

Parameters

value
Type: SystemString
Value to set
defaultValue
Type: SystemString
Default value
textBox
Type: System.Web.UI.WebControlsTextBox
TextBox to set
See Also