Web >> Development >> ASP >> How to list all items submitted in a form

<% For Each x In Request.Form %> <%= x %> = <%= Request.Form(x) %> <BR> <% Next %>