Add a hidden Control(with runat=server) to your page. Access that control in your javascript and save the value that you want to take it to the webserver. After the request gets submitted to the server, you can access the hidden control from your aspx code-behind and proceed. Ravie...
Ravi Gopal.