Re: Don't know how to view submitted values.
- From: "Alex Passos" <bz@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 13 Apr 2005 13:02:19 -0500
What is it supposed to do? You are writing the value to the Console and not
the web page. Can you step through the debugger and see if drinksList is
set?
<nick@xxxxxxxxxxx> wrote in message
news:1113413498.160009.285150@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Ah thanks :)
>
> What if I want to test this? I have tried the following.
>
> private void Page_Load(object sender, System.EventArgs e)
> {
> String drinksList = Request.Form["drinksList"];
> System.Console.WriteLine(drinksList);
> }
>
> This dosen't really seem to do anything.
>
.
- Follow-Ups:
- Re: Don't know how to view submitted values.
- From: nick@xxxxxxxxxxx
- Re: Don't know how to view submitted values.
- References:
- Don't know how to view submitted values.
- From: r3n
- Re: Don't know how to view submitted values.
- From: Alex Passos
- Re: Don't know how to view submitted values.
- From: nick@xxxxxxxxxxx
- Don't know how to view submitted values.
- Prev by Date: process packet with deviceiocontrol
- Next by Date: Re: fields or properties
- Previous by thread: Re: Don't know how to view submitted values.
- Next by thread: Re: Don't know how to view submitted values.
- Index(es):
Relevant Pages
|