Click or drag to resize

VaultDetailsControlCreateRequiredFieldValidator Method

Namespace:  PDTec.IceNet.Web.Admin.UI.Controls
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
protected RequiredFieldValidator CreateRequiredFieldValidator(
	string name,
	WebControl control
)

Parameters

name
Type: SystemString
control
Type: System.Web.UI.WebControlsWebControl

Return Value

Type: RequiredFieldValidator
See Also