Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created multi screen approach using ASP.MVC For that purpose I am using single view with multiple div's concept(each div is each screen).

When user clicks next/previous button it will validate all client and server side validations then only it will go the next/previous screen(means div.show)

For the Server side calls I am using Ajax calls, the result will be true or false. Based on that the page will move to next/previous screen.

For that I set Async = false in ajax call. It means that it will wait for the server response other wise it can not wait for server response so that it leads to next/previous screen.

Can anyone please suggest me the solution that how can we show the spinner for this approach..? Here we should not follow the sessions concept so that we have chosen this single view with multiple div's approach.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900