Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to use code behind 2d array in javascript using asp.net


What I have tried:

how to use code behind 2d array in javascript 
Posted
Updated 7-Sep-17 3:13am
Comments
Andy Lanng 7-Sep-17 3:33am    
You can't use code behind 2d arrays in JavaScript because they are very paranoid and might get scared.

On a serious note: what are you talking about?
T. Ramesh Kumar 7-Sep-17 4:21am    
Actually i am facing problem is to display video with three separate R,G,B colors histogram in asp.net.
Karthik_Mahalingam 7-Sep-17 4:57am    
use  Reply  button, to post Comments/query to the user, so that the user gets notified and responds to your text.
Karthik_Mahalingam 7-Sep-17 4:57am    
what is the size of the array?
T. Ramesh Kumar 7-Sep-17 5:22am    
2DArray of Size is [452,255]

1 solution

If you want to access it in JavaScript then you can put it into a hidden field and access it that way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900