|
-
Oct 14th, 2004, 04:36 PM
#1
Thread Starter
Banned
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
-
Oct 14th, 2004, 07:16 PM
#2
PowerPoster
What you should do is turn it into a template column. Then, do a template edit, and change the string in the databindings to get what you want. If this doesn't make sense to you, I will whip up an example, but it may take a bit of time as I am working on other things right now.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|