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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top