J
jib
Hiya,
I have a data grid with one column being a "hyperlink column". I want to use
this column to jump to another aspx page based on two different column
values from the underlying dataset. Setting up a hyperlink based on a single
column is simple:
URL field: VariableA
URL format string: MyPage.aspx?VariableA={0}
Now how would I do this with two variables? The following doesnt work:
URL field: VariableA, VariableB
URL format string: MyPage.aspx?VariableA={0}?VariableB={1}
Ideas anyone?
Jib
I have a data grid with one column being a "hyperlink column". I want to use
this column to jump to another aspx page based on two different column
values from the underlying dataset. Setting up a hyperlink based on a single
column is simple:
URL field: VariableA
URL format string: MyPage.aspx?VariableA={0}
Now how would I do this with two variables? The following doesnt work:
URL field: VariableA, VariableB
URL format string: MyPage.aspx?VariableA={0}?VariableB={1}
Ideas anyone?
Jib