I post data to my aspx file qith the following code:
$.ajax({ type: \'POST\', url: \"Ajax_Text.aspx?rand=\" + myRand
You are "posting" the data (text) as a query string (as part of URL) so you have to use Request.QueryString.
text
Request.QueryString