How to display a server held image in the client image control
Hi Guys
I need to display a jpg file help on the server in an image control on the client page.
How is the achieved?
regards
Barry
Re: How to display a server held image in the client image control
Im lost .. where is the Jpeg image located ..??
Whats the Image control for ..??
Re: How to display a server held image in the client image control
The image is on the server on a folder such as "D:\data\Images\image1.jpg.
The image control, is one of several aspx controls in an app developed using VB.net.
I hope this helps as I've wasted 4 days try for a solution now
Regards
Barry
Re: How to display a server held image in the client image control
I dont know asp.net, maybe post it over in the .Net section for quicker response .. generally in ASP you just use Server.Mappath("./images/image1.jpg") .. but then you just use this for the browser to see the image .. http://www.myurl.com/images/image2.jpg
Re: How to display a server held image in the client image control