---
title: "Describe the difference between inline and code behind."  
description: "Describe the difference between inline and code behind."  
author: "Anonymous User"  
published: 2011-05-23  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1012/describe-the-difference-between-inline-and-code-behind  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Describe the difference between inline and code behind.

Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page.

## Answers

### Answer by Anonymous User

Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page.


---

Original Source: https://www.mindstick.com/interview/1012/describe-the-difference-between-inline-and-code-behind

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
