insCols (persistent get/set property)A string specifying the columns to send for an insert operation. This parameter is usually not needed since the control without it sends all columns in a POST operation. The format of the property is a comma-separated list of column numbers or names. Numbers are zero based. Names must match row set column names exactly. The order determines the order in which information is added to the QUERY string. Either use numbers or names, since mixed mode is not supported.
The HTML parameter name for this property is "insCols".
ColBuf Insert insUrl