I have passed a form with a post.
the form is generated from a dB and can change.
the page that accepts the post must get the input name and value from the form passed to it.
Request.Form(I) (1) give me the value, but I can not retrieve the name.
I know it is something simple. but cannot seem to get to work.
the form is generated from a dB and can change.
the page that accepts the post must get the input name and value from the form passed to it.
Request.Form(I) (1) give me the value, but I can not retrieve the name.
I know it is something simple. but cannot seem to get to work.
Comment