How you can manage the state of application at the server side in ASP.NET?
Can you explain the basic use of dataview?
What is validation in asp.net?
What are triggers of an updatepanel?
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....
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the Difference between MVC And MVP design pattrens
When you use Ajax controls in the ASP.NET application?
What is the concept of view state in asp.net?
Explain server control extensibility with reference to asp.net 2.0 ?
Where can I get information on cookies in asp.net?
What is the difference between pathparam and queryparam?
What are the ways of preserving data on a Web Form in ASP.NET?