Re: ASPX Form Process
From: Ken Cox [Microsoft MVP] (BANSPAMken_cox_at_sympatico.ca)
Date: 11/16/04
- Next message: Rick Strahl [MVP]: "Re: Incorrect Mozilla renderings"
- Previous message: Steven Cheng[MSFT]: "Re: CSS problem"
- In reply to: Armando Ruiz: "ASPX Form Process"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Nov 2004 22:24:10 -0500
Another way is shown here..
"Armando Ruiz" <ArmandoRuiz@discussions.microsoft.com> wrote in message
news:94B79FB8-FE20-4758-910D-C4EC37C80B0A@microsoft.com...
> If I have the following:
> <HTML>
> <FORM ACTION="http://mySite/sample.aspx" METHOD="POST">
> Enter your name: <INPUT NAME="FName"><BR>
> Favorite Ice Cream Flavor:
> <SELECT NAME="Flavor">
> <OPTION VALUE="Chocolate">Chocolate
> <OPTION VALUE="Strawberry">Strawberry
> <OPTION VALUE="Vanilla" SELECTED>Vanilla
> </SELECT>
> <P><INPUT TYPE=SUBMIT>
> </FORM>
> </HTML>
>
> How do I retrieve the form values sent to sample.aspx in code??
>
> Any help is appreciated...
> --
>
> AR
- Next message: Rick Strahl [MVP]: "Re: Incorrect Mozilla renderings"
- Previous message: Steven Cheng[MSFT]: "Re: CSS problem"
- In reply to: Armando Ruiz: "ASPX Form Process"
- Messages sorted by: [ date ] [ thread ]