jquery - How to start working on a screen whether other data is loading? -


i have project in mvc. in registration page of students, there 3 screens. first screen contains total students of institute. total number of records 20,000 approx. second screen shows current day's registered students details. third screen has registration form. when page loads, takes time load because of 20,000 records of first screen. want registration window should load first , start working. should not wait other screen records. if other screens taking time load, should in process @ backend registration window should start working. should it?

i'm going on assumption using .net. correct ? want @ asynchronous programming techniques. huge subject matter. there lots of resources out there. here's 1 starters. difficult attempt answer question. suggest read on it, try few things see how on.

using asynchronous controller in asp.net mvc

also

using asynchronous methods in asp.net mvc 4


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -