ASP/ADO.Net C# 실무 과정 자료] Code Behind
ASP/ADO.Net C# 실무 과정 자료] Code Behind
실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.
Code Behind
■ In addition to customizing the generated Page class using embedded code, ASP.NET supports page inheritance
- Technique of Page inheritance is called code-behind
- Supported through the Inherits attribute of the Page directive
- Promotes separation of code and presentation
- Code-behind files can either be pre-compiled, or compiled on demand using the src attribute of the Page directive
'닷넷 > C#/ASP/ADO.NET' 카테고리의 다른 글
ASP/ADO.Net C# 실무 과정 자료]Hello World (0) | 2017.07.04 |
---|---|
ASP/ADO.Net C# 실무 과정 자료] 새로운 프로젝트 작성 (0) | 2017.07.04 |
ASP/ADO.Net C# 실무 과정 자료] System.Web.UI.Page (0) | 2017.07.03 |
ASP/ADO.Net C# 실무 과정 자료] ASP.NET Compilation model (0) | 2017.07.03 |
ASP/ADO.Net C# 실무 과정 자료] Page Compilation (0) | 2017.07.03 |