how to execute a asp.net page asynchronously?
Posted
by sam
on Stack Overflow
See other posts from Stack Overflow
or by sam
Published on 2010-05-19T04:57:44Z
Indexed on
2010/05/19
5:00 UTC
Read the original article
Hit count: 201
ASP.NET
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
© Stack Overflow or respective owner