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
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