-
[2005] Images
Hi Peeps,
I want to add an image to my web page and it defaults to the web path\appdata so I created a folder in appdata called images and put my image in there but I have to come out of vs2005 and go back in before the browser see's the new files. Do you need to add the images inside VS2005?
Thank you all for any help,
Jiggy!
-
Re: [2005] Images
did you try the refresh button is visual studio
-
Re: [2005] Images
Uhm... why is it adding your images to the app_data folder? :ehh:
Whether it defaults or not, create a separate "images" folder in your solution, add your images there.
-
Re: [2005] Images
Hi, thanks for that but if I add them in a Image folder which I have I still have to come out of vs2005 and go back in. I cant find a refresh button. Image you have a table and want to set one of the columns background to an image, if I copy a new image to my image folder and try to select it in VS2005 its not there, I have to exit and reload the project.
-
Re: [2005] Images
How are you adding the image? Are you doing it via visual studio or through the windows explorer interface?
-
Re: [2005] Images
-
Re: [2005] Images
Heheh. When you do that, try building your project, it should then show up in your Solution Explorer.
An easier way is to right click your project, and add existing item from there, into the images folder.
-
Re: [2005] Images
Thanks mate for that, I will give it a try.