Hi,
I know we can use the Server.Request tag to retrieve a certain post/get value, but is there a way that I can get all the post values?
I have go process all the values and would like it to be automatic, so that if the client adds/removes fields, there's no problem with my code.
The only way was to get all the values if the values are in GET format, but wanted to leave a clean url.
Any ideas?
Nuno