Please what steps should I follow add image to my web page using image control in visual web developer 2005.
Thnx.

If it is a single image that never changes such as a company logo then insert HTML in the designer file

<img src="/images/image.png" alt="my company" height="50" width="50" />

If you want an ASP image then open up the page in VS designer and go to the split or design view, then on your left toolbox window under the "Standard" components drag the "Image" component from the toolbox to the designer window where you want the image to display.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.