Describe the difference between inline and code behind.

Inline code is written along side the HTML in a page. There is no separate distinction between design code and logic code. Code-behind is code written in a separate file and referenced by the .aspx page.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?