How to transfer control from javscript to asp page from javascript

Posted by junaid ahmed on Stack Overflow See other posts from Stack Overflow or by junaid ahmed
Published on 2012-09-07T02:45:44Z Indexed on 2012/09/07 3:38 UTC
Read the original article Hit count: 195

Filed under:
|

I am very new to .net. I searched and googled a lot but couldn't find the solution for my issue. I have a asp .net application, In my login page i only have user id field. When the user submits the button, i need to have a transitional asp page (page which user doesn't see but runs in background) which will run some javascript and transfer the control to either page a or page b based on some condition. How do i achieve this?

How do i call a controller action from javscript in mvc architecture in .net

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET