Friday, July 17, 2009

What are the differences between Inline code and Code Behind Code?

















Sno
Inline
code
Code Behind
Code
1
Its
within .aspx file.
Its in a external class file.
2 Dynamically compiled.
Compiled prior to deployment and
linked with .aspx file.

No comments:

Post a Comment