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



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

Answer / 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

More Dot Net General Interview Questions

State some of the different languages supported by .net?

0 Answers  


What is the use of Treeview control?

0 Answers   CGI,


What is Entity Relationship Model in .NET?

0 Answers   Viscus Infotech,


What is garbage collection and how it works ?

0 Answers  


What is assembly in .net?

0 Answers  






Garbage collector thread is what kind of a thread?

1 Answers  


in hibernate, what is dirty reading?

1 Answers   IBM,


Is there built-in support for tracing?

0 Answers  


Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  


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

0 Answers  


What is deferred execution vs. Immediate execution in linq?

0 Answers  


Why you want to leave your previous company.

0 Answers  


Categories