Question Populate javascript array from vb.net array

guru05

New member
Joined
Jun 16, 2010
Messages
1
Programming Experience
Beginner
So I have two arrays filled from a database on serverside using vb.net.

As I need those values to be ready by a javascript to do something on the client side. Like pull up adds depending on the city the client pulls. I was wondering what would be the easiest way to populate javascript arrays using the serverside arrays.

Like maybe a a<%for statement or something like that thank you?
 
Back
Top