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
Difference between application events and session events
What are the parts of an http response?
What is the difference between ASP Session State and ASP.Net Session State?
How to unit test Web API?
I’m having some trouble with cas. How can I diagnose my problem?
What are tuples?
What are the differences between primary foreign and unique keys?
How can we make sure that Web API returns JSON data only?
Why does my asp.net file have multiple tag with runat=server?
Define satellite assemblies.
What is datagrid asp.net?
What is client side state management?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is session handling in a webfarm, how it can work with its limits?
Define data caching?