Image display
-
Hi guys, any idea to display image in webpage directly from database (image control need url) i want to display it without url is it possible? or any other way to do this?
Aside from the fact you have posted this question in the wrong place (it should be in the ASP.NET forum[^]), you have already received the answer to this question from Guffa here[^] He said: "you need a proxy page that gets the image data from the database and writes it to the response stream, and you use the url of the proxy page as ImageUrl".
Simon
-
Hi guys, any idea to display image in webpage directly from database (image control need url) i want to display it without url is it possible? or any other way to do this?
Stop asking the same question again and again. Start reading and exploring the answers that were given to you. That's the way to learn programming.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion