|
|
Question : Transfer recordset from ASP into JAVAScript Array.
|
|
Hi,
I have an ADO recordset in ASP which has 2 fields id & value. I want to transfer all the rows from the recordset into a Javascript array...or any other javascript object...so later on i an fetch values from the array based on user interaction I don't want to use the activex (dictonary object) insde the javascript...any help
-Sa
|
Answer : Transfer recordset from ASP into JAVAScript Array.
|
|
then do something like this:
|
|
|
|