I want to post large data using post method. But it takes more time. When I pass using GET method from query string, it is very fast.
How can I post large data using POST method in fastest way in asp.net?
Please advise.
Go to the complete details ...