Click to See Complete Forum and Search --> : Excel to ASP


kdoubles
07-29-2003, 10:05 AM
Can you move excel numbers into an asp page table using a loop?

Khalid Ali
07-29-2003, 10:09 AM
Not sure,however to pass info from a client to serverside (ASP) using loop will not work straight forward.
the reson is that a client at each loop interval will pass the data back to server and then back to the client....etc...

kdoubles
07-29-2003, 10:21 AM
the asp part isn't that important, I basically have an excel doc and I just want something to insert all of the numbers into a table on the page so I don't have to do it manually.