InsertItemPosition Enumeration
.NET Framework (current version)
Specifies the location of the InsertItemTemplate template when it is rendered as part of the ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Member name | Description | |
|---|---|---|
| FirstItem | The InsertItemTemplate template is rendered as the first item in the ListView control. | |
| LastItem | The InsertItemTemplate template is rendered as the last item in the ListView control. | |
| None | The InsertItemTemplate template is not rendered. |
The following example shows a ListView control that is configured to display the InsertItemTemplate template as the last item in the control.
Security Note
|
|---|
This example has a text box that accepts user input, which is a potential security threat. By default, ASP.NET Web pages validate that user input does not include script or HTML elements. For more information, see Script Exploits Overview. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
