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 / yugender
use web user control
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define the steps to set up validation control.
What is viewstate? In which event of the page life cycle, is the viewstate available?
what is meant by sitemapnode ?
Explain security types in asp.net?
What is session object? Describe in detail.
What is server side routing?
Can the unique key be null?
What is css in asp.net?
How does session id work?
How you can stop the validation of ASP.NET controls from client side?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Explain the use of fragment caching.
Explain weak typing and strong typing.
Where do the cookie state and session state information be stored?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?