-new form for each menu item

  • Thread starter Thread starter svt4cobra6
  • Start date Start date
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.
 
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
 
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.
 
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
 
Back
Top