- 1
How to and a photo in c# web application
2 Respostas
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.
0
i know how to do it in VS tho but thanks anyway