Simple question about Parameters

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
I am using POST method to get response data. Several parameters are named like quantity1, quantity2, quantity3...... The problem is that I don't know how many there will be.

Please help me out. Thanks in advance.
9 years ago
Could you use a single FormCollection parameter and then iterate through the Keys?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.