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
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
Comment