How to access form information that is stored in the server?

Showing Answers 1 - 1 of 1 Answers

Rajsh

  • Jan 20th, 2007
 

we can use the "request.form"

ex

Dim a as integer

a=request.form("a1")

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions