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

Do you know what is garbage collector?

806


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

826


Explain why do we use the “using” statement?

827


How to manage pagination in a page using .net?

786


How to Create and Consume a Web Service?

2996


What is view state in .net?

821


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

908


Why SOAP is required?

959


What is the concept of inheritance and how it works in .net?

782


How server form post-back works?

833


Explain about .net?

840


What is SOAP? How you will do windows and forms authentication?

859


Write the .net syntax for 'for loop'?

775


Explain garbage collection?

747


Explain how to rename a table using sql queries?

774