HyperLink

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paulo

    HyperLink

    Hi, I have a grid with a HyperLink and the hyperlink needs to link:
    SomePage.aspx?I D=CodeID coming from some column on table on SQL Server, the
    grid is already binded with the DB, but I dont know how to code the
    hyperlink

    What is the code on RowDataBound?

    Can you help me?

    Thanks!

    Asp.net 2.0 C# VS 2005


  • Justin Dutoit

    #2
    Re: HyperLink

    Hi Paulo. Post your code, that would help. Look at

    as well.

    Hth
    JDT

    "Paulo" <prbspfc@uol.co m.brwrote in message
    news:%23jMeoUri IHA.3940@TK2MSF TNGP05.phx.gbl. ..
    Hi, I have a grid with a HyperLink and the hyperlink needs to link:
    SomePage.aspx?I D=CodeID coming from some column on table on SQL Server,
    the grid is already binded with the DB, but I dont know how to code the
    hyperlink
    >
    What is the code on RowDataBound?
    >
    Can you help me?
    >
    Thanks!
    >
    Asp.net 2.0 C# VS 2005
    >

    Comment

    Working...