tags:

views:

18

answers:

0

Howdy -

With QuickTable, is there a way to pass multiple parameters to the link column.

For example in a gridView. If I want to have two parameters in a linkable column, I set two params in DataNavigateUrlFields="*client_id,io_id*". The params are separated by commas

Then I set DataNavigateUrlFormatString="Default.aspx?client_id={0}&io_id={1}"

I would much rather use QuickTable instead of a gridview if possible. I am using a mysql view and get an error with two parameters:

LinkOnColumn: 'client_id, io_id' does not belong to table Table.

Which makes sense. Perhaps there is another property?

Thanks