I am using the following scrip to post data into ASP.Net
$.post(window.location, { name: "John", time: "2pm" })
In my page_load event , I am checking Request.Forms.AllKeys but the count is comming as zero.
My form is
<form name="aspnetForm" method="post" action="Default.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">