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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top