Passing multiple parameters in .net grid hyperlink column
I have a datagrid and would like to have the columns clickable. I can do it with hyperlinkColumn attribute but I want to send multiple parameters to another page. I've only found it able to send 1
Eg: DataNavigateUrlFormatString="IssueActions.aspx?IssueID={0}"
When I put anything other than a 0 in the brackets {} I get an error about the arguments list. Anyone got any good websites that I can use for this.
I've searched google and I can't seem to find anything.
Thanks
Jon