how to execute a asp.net page asynchronously?
- by sam
Hi,
how to execute a asp.net page asynchronously?
So I am displaying a page to the user, but when an event happen, I need to execute another page, without using ajax, but using C# code.
I am using asp.net webforms.
thanks