Results 1 to 2 of 2

Thread: Passing multiple parameters in .net grid hyperlink column

  1. #1

    Thread Starter
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492

    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

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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
  •  



Click Here to Expand Forum to Full Width