User Guide

Table Of Contents
650 Chapter 27: Building Dynamic Forms with cfform Tags
width=50
headeralign="center"
headerbold="Yes"
select="No">
<cfgridcolumn name="LastName"
header="Last Name"
width=100
headeralign="center"
headerbold="Yes">
<cfgridcolumn name="Dept_ID"
header="Dept"
width=35
headeralign="center"
headerbold="Yes">
</cfgrid>
<br>
<cfinput name="submitit" type="Submit" value="Submit">
</cfform>
2.
Save the file as grid2.cfm.
3.
View the results in your browser.
The following figure shows the output of this code:
The following sections describe how to write the handle_grid.cfm page to process user edits to the
grid.