Returns the <FORM> tag with all its attributes
and hidden variables
for a form that AspGrid generates for each of its body rows,
as well as the footer row.
If this Row object was obtained via Output.HeaderRow, this
property is empty because AspGrid does not generate a single
form for its header. Each column receives its individual header form
if sorting is enabled on that column.
Usage:
VBScript |
Response.Write Row.Form
|
XML |
N/A
|
Relevant Chapters |
8, 9, and 10
|