This example demonstrates displaying data dynamically without a GridView control.
The table in this example contains a server-side textbox control that contains data for a record.
The textbox control is created programmatically at run-time, assigned values, and
rendered into an HTML string that is put into a table row's cell.