L
Lauchlan M
Hi
I have a datagrid.
In the property builder I set a hyperlink column.
I need to make the hyperlink take two url parameters, eg go to a page
mypage.aspx?FirstVar={0}&SecondVar={1}
I tried setting the URLField to
FieldID1; FieldID2
or
FieldID1, FieldID2
but it gives me the error
Exception Details: System.Web.HttpException: A field or property with the
name 'FieldID1; FieldID2' was not found on the selected datasource.
So, it looks for _one_ field with the two names joined together. How do I
set it up (syntax etc) to recognise two fields in the URLField entry?
Failing that, how do I add a column to my grid with a hyperlink to a page
with two url parameters, as above?
Thanks!
Lauchlan M
I have a datagrid.
In the property builder I set a hyperlink column.
I need to make the hyperlink take two url parameters, eg go to a page
mypage.aspx?FirstVar={0}&SecondVar={1}
I tried setting the URLField to
FieldID1; FieldID2
or
FieldID1, FieldID2
but it gives me the error
Exception Details: System.Web.HttpException: A field or property with the
name 'FieldID1; FieldID2' was not found on the selected datasource.
So, it looks for _one_ field with the two names joined together. How do I
set it up (syntax etc) to recognise two fields in the URLField entry?
Failing that, how do I add a column to my grid with a hyperlink to a page
with two url parameters, as above?
Thanks!
Lauchlan M