已答覆 Hyperlink database

  • 2012年2月18日 下午 10:29
     
     

    Is there a way to display a selected hyperlink record onto a new page?

    I have a gridview with a hyperlink column in a page called "page1.aspx".

    The hyperlink goes to a page called "newpage.aspx but the selected hyperlink record does not display

    I have the "page1.aspx" "DataNavigateUrlFilds' set to "id" (which is the specific record number)

    and i have my "DataNavigateUrlFormat String" set to "newpage.aspx?={0}

    but the specific record does not display on the "newpage.aspx" page

    I do have an "id" field on the newpage.aspx but what comes up is just the first record. not the record selected from the hyperlink

    I should point out that i am operating on my local drive, it that matters

所有回覆

  • 2012年2月18日 下午 11:31
     
     

    You haven't told us anythng about how you are selecting the record on "newpage.aspx".

    But, for asp.net questions, the asp.net forum is the better place to ask: http://forums.asp.net/

  • 2012年2月19日 上午 01:55
     
     已答覆

    yes, that was the problem thank you.  Apparently the newpage id needed a parameter pass to query string. thanks

    i will post on the asp.net next time thks

    • 已標示為解答 rmdhawaii 2012年4月2日 下午 11:20
    •