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



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.

.