Describe the difference between inline and code behind?
Answer Posted / sadhana
codebehind:
If you want to make the separation between the HTML file
and the coding file then you can use CodeBehindFile
inline:
only html file is used.no separation can be made in inline
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the main advantages of using asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
What is the significance of finalize method in .net?
How does windows service lifecycle differ from a .standard. Exe?
Describe the application event handlers in ASP.NET?
What is caching? What are different ways of caching in asp.net?
Can we use a static function with a non-static variable?
What are html helpers in asp.net?
What is xaml? Are xaml file compiled or built on runtime?
Define page fragment caching?
How do you remove duplicates without using remove duplicate stage?
What is viewstate in asp net with example?
How would you turn off cookies on one page of your website?
What is the use of view state?
Explain asp.net application life cycle?