Creating Editable Items in a Repeater
Sample Home
|
Reset Form
Active
Name
Entered
Footer
This example demonstrates how to create a Repeater that can act as a data entry mechanism. This process is not quite automatic but you can easily write out item templates using edit controls. The repeater automatically generates incrementing control ids for each template and you can then retrieve the values by using the appropriate control names.
This sample also demonstrates how to simulate scrolling data grid type behavior using this Repeater example. By using outer tables for headers and footers a div tag for scrolling and an inner table for the list display itself you can create a reasonable approximation of a windows like editing grid.