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
Explain the difference between asp.net mvc and asp.net webforms
COM+ Used ________________ Isolation Level
Which authentication uses a combination of windows and iis authentication?
What is content place holder?
What is server side in asp.net?
Explain the difference between inline and code behind - which is best in?
What are the differences between the response.write() and response.output.write()?
What are the different types of sessions in asp.net?
How is session id generated?
How is a session stored and maintained in asp.net?
What is the difference between trace and debug in asp.net?
Explain the asp.net session state modes.
How are sessions stored?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is globalization and localization in asp net?