The expression a=Request.Form may give this value of variable a:
ID=9999&Name=John+Brown&CopyTo=Peter+Lind%F8y&Date=12%2F8%2F2001+12%3A46%3A37+AM
I want to put this string into a database for later use.
Does anyone have a funtion that will split the string into fields and values? And/or a method to put the whole string back to the form?
OJF