Answered 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일 일요일 오전 1: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
    •