aspx_beginners thread: replacement for str=request.form
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
|





