I want to be able to read the value of a TextBox from the prior page. I have tried the code below but it returns nothing. Is this a syntax issue? Thanks.
Dim strEmailArray = Request.Form("txtEmailPicks")
txtMsg.Text = "SnackIDs passed = " & strEmailArray
Go to the complete details ...