Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: replacement for str=request.form


Message #1 by Spencer Saunders <spence@s...> on Fri, 26 Apr 2002 12:31:04 -0400
In classic ASP all I needed to do to convert the entire contents of a form
was to write 
str  = Request.Form

and it would throw all the form variables into an ampersand delimited
string. This has been changed in .NET - so how would I do the same thing
without writing out an staggering list of variables to accomodate for all
the possible fields??

spence


  Return to Index