Inline code and code behind

Define In- line code and Code-behind.

In-line code:
- This code is embedded directly within the ASP.NET page.
- The code is written along side of the html page.

Code-behind:
- It refers to code for ASP.NET page which is contained within a separate class file.
- It allows a clean separation of HTML from the presentation logic.
- This code is written in a separate file and referenced by the .aspx page.
What is MSIL in .NET?
ASP.NET - What is MSIL in .NET? - MSIL is the Microsoft Intermediate Language....
Class Web Forms inherit from.... - ASP.NET
Class Web Forms inherit from - XOML is an acronym for Extensible Object Markup Language. XOML files are the markup files....
What are the different IIS isolation levels in ASP.NET?
ASP.NET - What are the different IIS isolation levels in ASP.NET? - Low (IIS Process): This is the fastest and the default IIS4 setting. ASP pages run in INetInfo.exe and so they are executed in-process...
Post your comment