Im posting some data from another page using a form with the method post. What i would like to know is: Whats the best way to get the values. Going by eacn name in the form as
Request["name"]
Or is there any way to get a collection of the data and itterate through it? Thanks