I have around 200+ controls in a page. Each of the sets of
controls are kept in divs and when header div is clicked,
only those div controls pertaining to that header div will
be displayed. Rest of the divs are kept invisible.
When the page loads, all these 200+ controls are loaded
simultaneously, that consumes much of the time.
What my requirement is I want to get the div1 controls
loaded when the page loads and rest of the div controls
should be loaded asynchronously. it should not be loaded
with page load, so that time for loading the page can be
much minimised.

Hope u understood my question and pls help me out with a
solution asap....








Answers were Sorted based on User's Feedback



I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when head..

Answer / abid hussain

use ajax updatepanels

Is This Answer Correct ?    4 Yes 0 No

I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when head..

Answer / yugender

use web user control

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


How to implement form based authentication in asp.net application?

0 Answers  


How information about the user's locale can be accessed?

0 Answers   MindCracker,


Is asp.net core faster?

0 Answers  


Explain how do you deploy your asp.net application?

0 Answers  






What is the full form of asp.net?

0 Answers  


what is the jit? what is the type of jit and purpose of it>

2 Answers   Honeywell,


Explain what does wsdl stand for?

0 Answers  


I’m having some trouble with cas. How can I diagnose my problem?

0 Answers  


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

0 Answers   TCS,


Difference between web user control and web custom control?

0 Answers  


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

0 Answers   HCL,


Categories