I am posting(cross-page) a variable from my javascript function using
$.post("detail.aspx",{data:"mesage"});
It hits the detail page. However I don't know to retrieve the posted value. As its not a form field I could not get it in Request.Form Collection. Any help on this?