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?
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?