Click or drag to resize
VaultDetailsControlCreateRequiredFieldValidator Method

Namespace: PDTec.IceNet.Web.Admin.UI.Controls
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
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