Describe the difference between inline and code behind -
which is best in a loosely coupled solution Tightly coupled
- INLINE
Answer Posted / m.sivakumar
Difference between inline and code behind - which is best?
Answers:
Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page.
Inline Code:- Inline Code written along side the HTML in a page.
Code Behind:- Code Behind is simply a separate code file linked to your web form or .aspx page. Code is stored in separate file which is identified by a .cs suffix or .vb suffix.
Code Behind is the best.
Because:-
Separation of the content from the code. It is practical to have a designer working on a markup while a programmer writes code.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you sign out from forms authentication?
Explain about Automatic resource management?
Name the two properties are on every validation control?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain about secure socket layer?
3. What goals do you have in your career?
What is difference between mvc and asp.net? : Asp.Net MVC
How will create assesblies at run time?
What is asp.net localization?
Explain how does asp page work?
What is the use of session state and application state and difference between them?
Explain the concept of event bubbling in ASP.NET?
What does postback mean?
What is the server of asp.net?
What does the hotspot class in .net do?