In my datagrid's hyperlink column, I need to have two values from my datasource in the DataNavigateUrlFormatString. However, I'm having trouble declaring the two values to use.
I have two values I want to have in the DataNavigateUrlField; id1 and id2.
The DataNavigateUrlFormatString should look like this:
Code:
DetailsPage.aspx?id1={0}&id2={1}
I tried using "id1,id2" for the value of DataNavigateUrlField but to no avail. Any ideas on the syntax?
Thanks in advance for your comments.
- - - - - - - - - - - - - - - - - - - - - - -
In God we trust, everything else we test.