
Convert Form Collection into a String
You can convert the entire Request.Form collection into a single string variable just by referencing the collection without specifying the key or index.The format of the string would look like as follows: KeyName1=KeyValue1&KeyName2=KeyValue2&…. Basically the string would contain all the name/value pairs where each name/value pair is separated from the