If the form was published, they should not be in the Request.Forms collection.
Say you named everything starting with dct.
Then you can scroll through the collection and accept the values ββyou need.
You can access the values ββusing Request.Form ("dct_001"), etc.
Since the search is line-based, you can put it in a loop to catch the value.
By the way, this classic ASP approach still works in 4.0
source share