Describe the difference between inline and code behind
which is best in a loosely coupled solution?

Answer Posted / kirti

ASP.NET supports two modes of page development: Page logic code that is written inside runat="server"> blocks within an .aspx file and dynamically compiled the first time the page is requested on the server. Page logic code that is written within an external class that is compiled prior to deployment on a server and linked ""behind"" the .aspx file at run time.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is "common language runtime" (clr) in .net?

814


How many types of design patterns available in .NET?

775


What relationship is between a process, application domain, and application?

769


Is .net core managed code?

741


Explain asp.net?

824


Will my .net app run on 64-bit windows?

836


How server form post-back works?

815


How is a managed code executed?

1011


What is view state in .net?

803


How do you view the methods and members of a dll?

840


What are an object and a class?

756


Explain the garbage collection process?

830


Explain webfarm vs webgardens in .net?

819


How can I get at the win32 api from a .net program?

778


Explain what are the deferred execution and the immediate execution in linq?

776