Creating a Form in a subdirectory

  • Thread starter Thread starter Scott Natwick
  • Start date Start date
S

Scott Natwick

This is probably a simple question, but...

I need to create a Form in a subdirectory. I've seen many examples of forms
in subdirectories refferenced on the web, but I haven't been able to find a
way to do this in VS. Can anyone help me out?

Thanks,
Scott Natwick
 
I need to create a Form in a subdirectory. I've seen many examples of
forms in subdirectories refferenced on the web, but I haven't been able to
find a way to do this in VS. Can anyone help me out?

1) From the root of your project, right-mouse click and select Add New
Folder - call the new folder something meaningful.

2) Highlight the newly created folder

3) Right-mouse click the newly created folder and add a Web form
 
Got it!

Thanks, Mark

Mark Rae said:
1) From the root of your project, right-mouse click and select Add New
Folder - call the new folder something meaningful.

2) Highlight the newly created folder

3) Right-mouse click the newly created folder and add a Web form
 
Back
Top