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
How can we create a website?
Explain the difference between overriding and overloading?
What is a session in programming?
Is asp.net a programming language?
Can the dictionary object be created in client?s scope ?
How does asp page work?
What is ipostback?
What is state management in asp.net with example?
Is post back property in asp net?
What does passport and windows authentication mean in ASP.NET?
What is the difference between session.abandon() vs clear()?
What is asp according to you?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is the difference between client-side and server-side validations in webpages?
What is the purpose of App_Code folder in ASP.NET? Why we this?