How you can return View from ASP.NET Web API method?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between file-based dependency and key-based dependency?
Explain the difference between authentication and authorization.
How ASP.NET page works?
Define page fragment caching?
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....
What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)?
What is virtual directory in asp.net?
How to disable SOAP1.2 in Web Services?
Differentiate between authentication and authorization.
What are main return types supported in Web API?
How would you get asp.net running in apache web servers? Explain it's limitations.
A brief difference between Session and Cookies in asp.net