How to transfer control from javscript to asp page from javascript
- by junaid ahmed
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