Describe the difference between inline and code behind?
Answer Posted / sivasaravanan
inline:
is written along side the html in a page.
code behind:
is a concept where the content of page in one file and the
server side code is another file...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of using MVC programming pattern in ASP.NET?
How do you handle server controls?
Where sessions are stored?
What is custom attribute? How to create?
To add a hyperlink column to the DataGrid which tag is used ?
What is preprocessor in .net?
What is Web API Routing?
What is AutoPostback?
Why do we use asp.net?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is data caching?
What is the use of session state and application state and difference between them?
How can we identify that the page is post back in asp net?
What are the asp.net list controls and difference between them?
What is the difference between system.stringbuilder and system.string