Hi,
In the web datagrid property builder there is a url field that you can set the ID to pass. This seems that you can only use one field to pass the value of. How could one pass more than one parameters in this property builder

For example using the id field in the url field in the property builder the url that gets created is something like http://local/machinea/default.aspx?id=2

Notice that only one parameter is being paased.

Can the property builder produce something like http://local/machinea/default.aspx?id=2&date=23/06/2003

Notice that now there are two parameters.

Thanks