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 the difference between login controls and forms authentication?
What is aspect-oriented programming?
Can a .net web application consume java web service?
What is asp net theme?
What is session object? Describe in detail.
What is custom events?
Differentiate the session object and application object?
What are the memory-mapped files?
How to you can limit Access to Web API to Specific HTTP Verb?
Explain exception handling in .net.
Is post back in asp.net?
What do you mean by query string?
Explain in what order a destructors is called.
What is asp.net master page?
What are the ways of preserving data on a Web Form in ASP.NET?