changing from one webform to another

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew

    changing from one webform to another

    Hi,

    Until now, I have used a single webform for my web app,
    and everything's been OK. Now, I've decided to create a
    main menu webform. So, I've got two webforms. Using
    Visual Studio .NET (with C#), I've made the menu webform
    the "start page", but I am unable to change to the other
    webform. I plan to have several webforms, all of which
    will be activated from the main menu webform by clicking
    on a button.

    Changing from one webform to another sounds like it
    should be easy to do... I have tried setting the Visible
    property of the original webform to true, but the main
    menu is constantly displayed. Any help would be
    appreciated.

    Thanks in advance.

    Andrew.
Working...