Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: beginner


Message #1 by <Kafila.Patel@t...> on Fri, 30 Mar 2001 09:47:28 -0600
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



  Return to Index