Saved Bookmarks
| 1. |
Describe The Difference Between Inline And Code Behind? |
|
Answer» Inline code is written along with the html code in a PAGE. Code-behind is code written in a SEPARATE FILE and REFERENCED by the .aspx page. Inline code is written along with the html code in a page. Code-behind is code written in a separate file and referenced by the .aspx page. |
|