R
Raymond Du
Hi,
Using c# in ASP.Net, how do I loop through a form collection?
In ASP, I can do the following:
for each o in request.form
response.write o & ": " & request.form(o) & "<br>"
next
Thanks in Advance
Using c# in ASP.Net, how do I loop through a form collection?
In ASP, I can do the following:
for each o in request.form
response.write o & ": " & request.form(o) & "<br>"
next
Thanks in Advance