DhCheckBox.setSubmitName

Overview | Methods | This Package | All Packages

DhCheckBox.setSubmitName

Sets the HTTP submit name for this check box.

Syntax

public void setSubmitName( String strName )

Parameters

strName

The NAME attribute. This name should be unique on the form.

Remarks

This name is used during HTTP form submission as the HTML NAME attribute.

See Also   getSubmitName


Send feedback to MSDN.Look here for MSDN Online resources.