How do I copy a web form from one project to another - Microsoft Visual C# .NET

  • Thread starter Thread starter Google Jenny
  • Start date Start date
G

Google Jenny

Hello.

I created two projects, each containing the aspx and aspx.cs files for
various web forms.

I want to copy the aspx and aspx.cs files for this one page I designed
from the project it's in now to another project.

I copie the files over in the filesystem, but the files don't appear
when I open the target project in VS .NET.

Perused online help, naturally, but wasn't able to achieve this even
following their instructions.

Thank in advance for any help,

Google Jenny
 
Hi,

Copy your .aspx,.resx,.aspx.cs file from source project directory and paste
it to target project directory , open target project ,select project name in
solution explorer and click on refresh button , files will now b visible in
solution explorer , right click the file and select 'include in project' from
menu.
 
Back
Top