I am working on client side programming and I want to convert a javascript object into c# object so that I can save it in database.
Is there any method to achieve this ?
Thanks
I am working on client side programming and I want to convert a javascript
Share
javascript:
c#,
define class:
then transport obj to server (for example using AJAX request), and deserialize, when you need work with object
But you can do without deserialization and store objJson string to database