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 is server components?
What is postback pixel?
what is AutoEventWireUp and what is the use of This property explain in details?
Which method is used to enforce garbage collection in .net?
What is skin in asp.net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is the difference between union and join?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Explain how asp.net page works?
Describe the Server Control Events of ASP.NET?
Can you use c# without .net?
What is the Intermittent crashing of application in production?
Define the steps to set up validation control.
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How many types of sessions are there in asp net?