Describe the difference between inline and code behind.
Answer Posted / ramgopal reddy
Inline code written along side the html in a page.
Code-behind is code written in a separate file and
referenced by the .aspx page.
| Is This Answer Correct ? | 36 Yes | 3 No |
Post New Answer View All Answers
What is dynamic web page with example?
Which is better php or asp.net?
Demonstrate Render and PreRender?
Define static constructor?
What is a swagger in web api?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Describe the events in the life cycle of a web application.
What is the compiled object?
Is there any limit for query string? Means what is the maximum size?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What is Razor View Engine
What is true about application service provider?
What is the difference between CC and BCC?
What is %20 in a url?
What is difference between View State and Hidden Field in ASP.NET?