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 is a reflection?
How do we access view state value of this page in the next page?
What is the full form of asp.net?
Explain how cookies work.
How can you make sure that web api returns json data only?
What are the new features added from ASP to ASP.NET?
What is the base class from which web forms are inherited?
What do you mean by role-based security?
How do cookies work? Give an example of their abuse.
What is the significance of proxy user?
How do you create a master page?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is a web server? What are the load limits in it?
Explain the difference between webfarm and webgardens in .net?
How u refer webservices?