CodeCharge Studio

Remove Parameters Property

Specify a semicolon-separated list of parameters that should be removed from the hyperlink.

Applies to

Editable Grid, Image Link, Link

Description

Use this property to specify names of incoming Post or Get parameters that should not be propagated via the link. If the Record form has the Preserve Parameters property set to 'Get', this parameter will be applied to the 'Add record' link on the Grid form.

Examples:

The following are the property results for the page URL with parameters my_page?page_id=3&emp_name=joe&emp_email=email@ com.com&object_id=26:

Setting Result after removing
page_id;object_id my_page.asp?emp_name=joe&emp_email=email@com.com

See Also

Preserve Parameters property


On-line, printable versions and updates