Re: Don't know how to view submitted values.



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.
>


.



Relevant Pages

  • Re: How do you _really_ get a PrintStream to flush all the time?
    ... writing to the console isn't at all deterministic. ... They are printed out of order, linefeeds don't happen. ... Prev by Date: ...
    (comp.lang.java.help)
  • Re: DPMI raw mode switch
    ... > 2F, and since that's how you begin any startup procedure with DPMI, it ... when writing DOS software I ... use the WD (Watcom Debugger) from the WATCOM C++ 11.0c compiler package. ...
    (alt.lang.asm)
  • Re: getting good at assembly language
    ... Ludwig wrote the following useful and helpful info - ... And writing assembly entices to get dirty in your code ... >> Again true, a debugger would require a lot of good OS knowledge, ... Thanks for that, maybe I will aim towards a kernel debugger, I've ...
    (alt.lang.asm)
  • Re: ethercons: ethernet console driver for 5-current
    ... >> bit of time exploring the FreeBSD console code. ... >> implementing ethernet console support for FreeBSD. ... Since the debugger suspends scheduling, ... polling of the network interface in an interrupt-thread-free environment, ...
    (freebsd-current)
  • Re: Top ten errors
    ... >> But the debugger issue hits one of my buttons. ... > writing functions or code snippets which are to be removed in the final ... thrown away (yes, even 'correct', working code). ... was the learning experience, not the code itself. ...
    (alt.comp.lang.learn.c-cpp)