Click to See Complete Forum and Search --> : ASP.NET, C# Switching Forms in Browser


RobertP
May 25th, 2004, 05:41 PM
Hello,

We are creating an ASP.NET application using C#. We have an application that displays a main switch board with several buttons. We want to display a different form when a button press event is received.

How do we create the new form and make it display in the browser?

Thanks in advance,
Robert E. Payan
Axtel, Inc.

RobertP
May 25th, 2004, 07:00 PM
Hello,

Simple!

Just use a HyperLink button on your form instead of the normal button.

Best regards