how to get redirect url from ajax handler in c#
Posted
by vakas
on Stack Overflow
See other posts from Stack Overflow
or by vakas
Published on 2010-05-27T14:46:10Z
Indexed on
2010/05/27
15:01 UTC
Read the original article
Hit count: 198
i am sending a request to ajaxhandler i want if the user is not logged in then it sends back a redirect url to login page and the page automaticaly redirects to login page after the ajaxrequest response
© Stack Overflow or respective owner