Dynamically build hyperlink into datagrid control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a datagrid dynamically and add a hyperlink onto one of the
columns. So the user sees that columns value and can click on it. But the
hyperlink sends a value from another column (which is hidden in the
datagrid). Whats the best way to do this?
 
Pretty close. The only problem with using the sample: I dont know the table
that makes up the "master grid" until the page opens. I therefore dont know
what the column that makes up the hyperlink will be. So all the stuff at the
beginning of the article regarding the "pre-built" master grid doesnt work
for me.
But I think this is closer.
 
Back
Top