I’ve got a SQL Server database with a table in it, which lists the file names of images. It’s my intention to assign the ImageUrl of an Image control on the page, from the data in the table. I’ve placed a SQLDataSource control on the page, and then tried putting a FormView control there, and an Image control within that. But I don’t see how I can assign the value to the ImageUrl property via data binding.
Share
inside whatever type of control your using to return the data you would do something like…
Play with that and give it a try… most of what i do is in datagridviews or repeaters… but that doesnt really matter much its the bind or eval that matters.
A bit more information for you Rod.
Let me know if that helps