Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Multiple values in form variables


Message #1 by "Eugene Valencia" <eugeneval@t...> on Sat, 9 Feb 2002 04:31:24
In ASP, it was possible to access multiple values for a single form variable by Request.Form("name")(i).  From what I have read so far in .Net, this is not possible because Request.Form["name"] returns a string, not an array.  Is there a workaround in .Net without using String.Split?

  Return to Index