hi there,
thanx for that quick reply.
I tried using the hidden input type, but i think i'm getting the syntax
wrong.Since the whole thing will save me a lot of trip back and forth
the database(for the same data), i want to use an array to pass all the
data from one asp page to another.
I have attached the code below:
eg.
Dim strArray(99)
<INPUT type=hidden id=text1 name="str_Array" value="<%=strArray%>">
And in the receiving asp page(forgive my terminologies) after I click
the submit button:
Dim stringArray(99)
stringArray=Request.Form("str_Array")
thanks.
kafila