I am writing a page that uses Client Side VB to access a database And I am using JavaScript to Handle the form functions I need to pull records into a recordset and cnvert the recordset to an array(this much I know How to do) But then I need to pass the array to the java Script.
ANd have JavaScript loop through an array Displaying the items in a select boxe also the javascript will be used to trigger other events. Now I know I can create a loop in VB that passes the variables one at a time to the javaScript but this procedure is very slow considering the other events that will be triggered and the size of the recordsets some exceeding 300 Items. Any Ideas Thanks in advanced.
ANd have JavaScript loop through an array Displaying the items in a select boxe also the javascript will be used to trigger other events. Now I know I can create a loop in VB that passes the variables one at a time to the javaScript but this procedure is very slow considering the other events that will be triggered and the size of the recordsets some exceeding 300 Items. Any Ideas Thanks in advanced.