Describe the difference between inline and code behind.
Answer Posted / khan ashrafeen
Code Behind refers to the code for an ASP.NET Web page that is written in a separate class file that can have the extension of .aspx.cs or .aspx.vb depending on the language used.
Inline Code refers to the code that is written inside an ASP.NET Web Page that has an extension of .aspx
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is asp.net architecture?
Is it possible to apply themes to an asp.net application? If yes, then how?
How do you implement postback with a text box?
How does asp.net page work?
What is class and object in asp.net?
Explain ViewState?
What is asp according to you?
What is the base class from which web forms are inherited?
Explain what is an assembly?
How do session tokens work?
What r the asp.net list controls and difference between them?
What are the validation controls available in ASP.NET?
What is http pipeline in asp.net?
What are the types of authentication in asp.net?