닷넷/C#/ASP/ADO.NET
ASP/ADO.Net C# 실무 과정 자료] Code Behind
행복한짱짱이
2017. 7. 3. 20:28
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