ListView for ASP.NET Web Forms
text
Elements > C1ListView Items > C1ListViewInputItem > text

Setting the C1ListViewInputItem.Type property to 'text' gives you a text input tool, as you can see in the following image:

You can set the Type property using markup similar to the following:
<cc1:C1ListViewInputItem ID="SubjectInput" LabelText="Subject" Type="text"></cc1:C1ListViewInputItem>

See Also