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....
Answer Posted / abid hussain
use ajax updatepanels
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How are sessions stored?
What is asp.net introduction?
What is the exact purpose of http handlers?
Describe the difference between inline and code behind - which is best in a?
Explain server side state management system.
List down the sequence of methods called during the page load.
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How to bind all the binding controls in a page at once in ASP.NET?
What are the differences between primary foreign and unique keys?
What is Model-View-View Model?
How can we register exception filter globally?
Do session use cookies in asp net?
What are the parts of an http response?
What is cas?