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

How to write an MMC snap-in for my Windows service?

1 Answers  


What data providers available in .net to connect to database?

0 Answers  


What is multiThreading in .NET?

0 Answers  


Which is the main Difference Between .Net 2003 and .Net 2005?

1 Answers  


Please explain what inheritance is, and why it's important?

0 Answers  






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

0 Answers  


Why you want to leave your previous company.

0 Answers  


How do I use the thread pool?

0 Answers  


What is the difference between function and stored procedure?

0 Answers  


you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.

2 Answers   Deloitte,


Tell us what is heap and what is stack?

0 Answers  


Do you know what are three common acronyms used in .net, and what do they stand for?

0 Answers  


Categories