How to and a photo in c# web application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to and a photo in c# web application

2nd Jan 2017, 9:57 PM
Lavonta Hunt
Lavonta Hunt - avatar
2 Answers
0
if you use Visual Studio then it so easy just do the following: - Right click on your images folder or project in Solution Explorer - It's the panel that usually appears in right side of Visual Studio window. - Then choose "Add" from Menu then "Existing item". - browse your image then add, you'll find your image added to the folder in solution explorer. - Last step in your html or web form page just drag the image from solution explorer and drop to page. - Run then you will find the image displays in the browser.
7th Jan 2017, 4:35 AM
Ahmad Hamdan
Ahmad Hamdan - avatar
0
i know how to do it in VS tho but thanks anyway
26th Jan 2017, 2:13 AM
Lavonta Hunt
Lavonta Hunt - avatar