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 are the features of asp.net mvc?
What is the full meaning of asp.net?
Explain the difference between the web config and machine config.
Why cyclomatic complexity is important?
What are the two Layouts supported by a Web form in ASP.NET?
What are HTTP handlers in ASP.NET?
Can one dll file contains the compiled code of more than one .net language?
What is the difference between custom web user control and a custom web server control?
What is viewstate parameter?
What is full trust in asp.net?
What is gridview in asp.net?
What is application and session in asp.net?
What is asp net objects?
State differences between MVC and WebAPI
How can u debug your .net application?