Can some tell me the exact difference between Request.Form and Request.QueryString?
Request.Form
Request.QueryString
I know one difference, like
If th
In Request.Form the data is posted in the http request body whereas in QueryString data is sent through url.
http
QueryString