providing hyperlink to items in gridview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • onelovely
    New Member
    • Mar 2010
    • 2

    providing hyperlink to items in gridview

    How to give hyperlink to the items in gridview which are loaded dyanamicaly. i am using
    language c#,asp.net
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You need to use specify that the item should be displayed as a HyperLink. You do this using the TemplateField Class. This class lets you specify which controls to display in the column that it is bound to and it lets you specify how things are bound to those controls.

    It's pretty cool!

    -Frinny

    Comment

    Working...