-new form for each menu item

S

svt4cobra6

Hi I am using vs 2008 and set up a menu. i would like to have a new form
open for each menu selection, just wondering how to do this, thanks.
 
M

M.H.

svt4cobra6 said:
Hi I am using vs 2008 and set up a menu. i would like to have a new
form open for each menu selection, just wondering how to do this,
thanks.

Just learn C#. It's easy.
An average non-C# programmer should finish a task like yours in 45-60
minutes.

MH
 
S

svt4cobra6

thanks for the response. I have been working with C# web apps for the past
several years but new to webforms. I ended up just using the online help
for the menustrip and it did seem very straight foward. I did have to create
some public methods in the parent page to hide controls on the perent page
when the child page was displayed.
 
M

M.H.

svt4cobra6 said:
thanks for the response. I have been working with C# web apps for
the past several years but new to webforms. I ended up just using
the online help for the menustrip and it did seem very straight
foward. I did have to create some public methods in the parent page
to hide controls on the perent page when the child page was displayed.

You see what a kick in the ass can do:)

MH
 

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

Top