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
Why inheritance is important?
Explain what is the difference between web application and enterprise application?
What are the main components in .net?
How viewstate is being formed and how it is stored on client in .net?
How is meant by dll in .net?
How will you register com+ services?
Explain the features that are common to all .Net languages.
What is connected and diconnected database ?
What are three common acronyms used in .net, and what do they stand for?
What is boxing and un-boxing in .net?
How to produce an assembly?
why you wouldn't want to write into it even if you could
Is .net core installed?
When displaying fonts, what is the difference between pixels, points and ems?
What is manifest in .net?