How to display a picture stored in database in the ASP.NET DetailsView?
- by Alex
Hi,
I'm having a problem of displaying a picture in the DetailsView..what is the way to bind it with the DetailsView?My picture is retrieved from database and put with other needed information in a dataset..how can i extract it from dataset and bind with a particular field of DetailsView in order to display it?
I would really appreciate any help
Thanks