adspace
Explain the difference between inline and code behind.
Answer Posted / Kaushal Naresh Tyagi
In ASP.NET, inline code is script embedded directly within an .aspx file (e.g., in Script tags or event attributes), while Code-Behind separates application logic into a separate .cs file for improved organization, maintainability, and security.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers