asp.net - how to pass an 2D array from code behind to JavaScript with web method -


i use web method, can pass string code behind javascript function. in code behind have 2d array , don't know how pass it.

1- array in code behind same in javascript? 2- need convert , send or need make string , send? 3- possible send , read array directly without changes?

what best , quickest way?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -