How to send http request in asp.net without waiting for a response and without tying up resources and other page events should work properly ?
Refer the below links for your reference.
Why don't you use AJAX
I am sending contineous request to other domain in pageload. While click on any button on page it shows loading & takes time to respond.
You can send http request using Ajax too
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.