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 to include timer or counting time to display next page in asp.net
How is session id generated?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What can we do with asp.net?
how to transfer the file from client to server using asp.net
Which validator control you use if you need to make sure the values in two different controls matched?
What is a 401 redirect?
What is the difference between the get method () and post method ()?
Why session is used in asp.net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What are the advantages of passport authentication?
How would you turn off cookies on a page of a website?
Which method is used to force all the validation controls to run?
Can we have multiple web config files for an asp.net application?
How many types cache in asp net?