Respondida Hyperlink database

  • 18 กุมภาพันธ์ 2555 22: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

ตอบทั้งหมด

  • 18 กุมภาพันธ์ 2555 23: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/

  • 19 กุมภาพันธ์ 2555 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 2 เมษายน 2555 23:20
    •