newbie, how do these forms ever get you anywhere?

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

If I create a starter form with radios to select 'what do
you want to do'
when the user clicks the submit button I want a either a
new form to open, depending on the radio selected or the
controls on the current form to be replaced (dependent on
radio again) so the user has new options.
I'm used to building websites where you just point from
one file to another.
Does anyone have any useful code which could demo what I'm
attempting to do.
Or just some advice??
Cheers
Steve
 
Hello,

Steve said:
If I create a starter form with radios to select 'what do
you want to do'
when the user clicks the submit button I want a either a
new form to open, depending on the radio selected or the
controls on the current form to be replaced (dependent on
radio again) so the user has new options.
I'm used to building websites where you just point from
one file to another.

Windows Forms or Web Forms?

Regards,
Herfried K. Wagner
 
Back
Top