How to display a picture stored in database in the ASP.NET DetailsView?

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-05-09T14:22:53Z Indexed on 2010/05/09 14:28 UTC
Read the original article Hit count: 347

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

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about detailsview