WFComment

The implementation of this Web Control records and displays comments on the page. It consists of two parts, one is a text box where the user can input comments, and the other is a display box where comment history is shown. The comment history box will be hidden if previous comments do not exist.

If the user wants to input special characters in the comment, the page attribute ValidateRequest should be set to false:

Properties

Field Name Definition

Inherits

  • System.Web.UI.WebControls.CompositeControl
  • WFDataBindingControl

Usage

Not applicable.