Difference between web user control and web custom control?
Difference between response.redirect and server.transfer?
How to handle errors in Web API?
Have u used webcontrols?Tell me something about these?
Which two new properties are added in asp.net 4.0 page class?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Explain MVC model binders?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Is there any property names “isnavigating”?
What is the use of SmartNavigation property?
How to execute a stored procedure.and how to call it form a asp page
can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?
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....