Explain how inline and code behind is used differently ?
Answer Posted / ninad
writting a code along side the html in a page is inline
code.
Writing a code in a separate file and referenced by
the .aspx page is code Behind.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is parse in asp.net?
What is application and session in asp.net?
What is the difference between globalization and localization?
Define viewstate in .net?
What is sql data source control in asp.net?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is asp.net and how it works?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What are the different types of sessions in asp.net? Name them?
Which is better viewstate or session?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is the use of data set in asp.net?
What is the page life cycle in asp.net?
How you will improve web application performance?
What is masterpage?