Hyperlink in a grid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MyteC
    New Member
    • Sep 2008
    • 3

    Hyperlink in a grid

    Can anyone help me get a Hyperlink to show up in a grid?

    I am trying to do this from code behind but it is not working.

    I can provide all the code I;m using but in general the sequence is as follows:

    1 - Pull a data table from SQL for the days events
    2 - Generate another data table for the hours of the day
    3 - If the hour we are generating in step 2 match an event in step 1 then
    add detail about the event to the 2nd data table WITH links to edit the event.
    4 - Bind the 2nd data table to a gridview.

    The links do not show up in the gridview.

    Mike
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Are you using a TemplateItem?

    Could you please post the code that you are using to generate gridview.

    Please remember to use [code] tags when posting code snippets.

    -Frinny

    Comment

    Working...