The EditControl control provides a standard UI component for editing properties.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ValidationPropertyAttribute("Value")]
public abstract class EditControl : WebControl, 
	IPostBackDataHandler
Visual Basic
<ValidationPropertyAttribute("Value")> 
Public MustInherit Class EditControl
	Inherits WebControl
	Implements IPostBackDataHandler

Remarks