Describe the difference between inline and code behind.
Answer Posted / sudhir kunnure
inline code writing in client side code you can write
server side code to html page in .dot net.if you write all
code on client side adding namspace then it inline code.
if you write seprate code for server side and client side
then server side code is code behind
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
How to retrieve user name in case of Window Authentication?
What are sql notifications and sql invalidations?
What is the difference between equals() and == in c#?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is the concepts of globalization and localization in .net?
Is it possible to write code in many languages in one asp.net project?
How asynchronous call can be implemented using delegates?
Can you explain page lifecycle in net?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is the default timeout for a cookie?
What is the difference between the response.write() and response.output.write() methods?
How do u deploy your asp.net application?
What is the Intermittent crashing of application in production?
How does session work in asp net?
how to retrieve property settings from xml .config file.