Click here to Skip to main content
15,918,243 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey all,

I'm trying to pass an array of data between JavaScript and code-behind C#. The data is retrieved from a central database and translated to an array on a page by RegisterArrayDeclaration, where the user can edit it.

Now I want to post the data back to the database by code-behind code; but how do I access the modified array on the client-side page again? What's the reverse for RegisterArrayDeclaration?

Thanks in advance!
Posted

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