Increasing Performace of asp.net website

Brandon

New Member
i am new in development and developing a website of e-learning in asp.net, which has a dash board (which show recent update) and 6 other tab (clicking on each loads a user control) . when a user get login he get redirected to dash board and when he click on any tab , user control start loading which take 2 -3 minute. i want to know is any way that when a user get login, server send dash board page and parallely process other user control and send control when they get processed . so that when user click on tab after seeing his board they get available with no time delay. sorry if my question look stupid.
 
Back
Top