954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

form varibles

Hi

please help i would like to know if it is possible to request all form vairables and store them in one variable and cycle through them and display them in a table like if you where to use the

<% 
        For i = 1 To Request.Form("displayname").Count 
        Response.Write Request.Form("displayname")(i) & "<BR>" 
        Next
        %>

but in this case for all values in the form stored in one variable

thanks in advance

PotaZinga
Newbie Poster
16 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You