if there is nothing to identify them then you have to access them as collection by index.
For Each Element As String In Request.Form.Keys
‘do something here like check if this is the one?
If element = “something” ‘ or element.indexOf(“bla”) Then
‘do something else
End If
Next
Comments
Leave a comment Trackback