Groups > Asp .Net > Visual Web Developer 2005 Express > Re: How do I copy and paste graphic in a project?




How do I copy and paste graphic in a project?

How do I copy and paste graphic in a project?
Sat, 22 Mar 2008 00:47:53 +000
I am working with an asp.net project in VWD 2005 Express. I want to copy the
background image and paste it outside of the project. I am trying to do this so
I can figure out the size of the file and to experiment with alternate ones.

 I tried to copy and paste through the Solution Explorer but paste wasn't
enabled. Should I have chosen "Exclude From Project". If you
"Exclude From Project", how do you include it back into the project?

 Whoops, I forgot that I can go to the images folder under the project in My
Documents. 

                                                                                
                                       -thanks
Post Reply
Re: How do I copy and paste graphic in a project?
Sat, 22 Mar 2008 08:33:12 +000
Hi,

Create a new folder called Images in your project structure. Add images to that
folder. If you are binding a control to that images, all you have to do is bind
the image one by one till you get your desired image. The path will remain the
same. For eg: "~/Images/YourImage1.jpg". The imagename will change.

 

HTH,
Suprotim Agarwal
Post Reply
Re: How do I copy and paste graphic in a project?
Sat, 22 Mar 2008 16:48:35 +000
Hi,

When you "Exclude from Project", the file gets temporarily
disassociated from the project. You can always view the file by choosing the
"Show All Files" in the Solution Explorer. 

If you want to associate it back again, click "Show All File" and then
select the item. Then in the Project Menu > "Include In Project".

That's it!!

 

HTH,
Suprotim Agarwal
Post Reply
Re: How do I copy and paste graphic in a project?
Sat, 22 Mar 2008 17:01:45 +000
Thanks for the help.  What happens when I choose "Exclude From
Project"? Does the file go to a folder that is outside of the project?
Would I simply paste the file back into the appropriate folder with in the
project to reinclude it?
Post Reply
about | contact