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
Post a Comment