pass client side variables to server side code
I have some javascript code in my ASP.NET website.I want to save some objects that is in the client side code in database so I should pass those variables to serverside code some way.
any one knows a solution?