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
What are uri parameters?
How dataadapter.fill works?
How to find last error which occurred?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is asp net objects?
What is postback in asp net?
What is the part of url?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is Pre-Render event in ASP.NET?
Which validator control you use if you need to make sure the values in two different controls matched?
What is viewstategenerator?
Describe the difference between inline and code behind - which is best in?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What are the HTML server controls in ASP.NET?
How you will manage the state of ASP.NET controls?