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# - Pausing a storyboard on TabItem mouse over -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -