DataGrid\Image

  • Thread starter Thread starter gh
  • Start date Start date
G

gh

I have a datagrid and the first column is setup as hyperlink column.
Each row will have a different image and link assigned to it, at
runtime. Would I use the datagrid item to assign these to the hyper
link properties at runtime?

Thanks
 
You would want to databind the image and the link or to set them in
ItemDataBound event.

Eliyahu
 
Back
Top