Explain how inline and code behind is used differently ?



Explain how inline and code behind is used differently ?..

Answer / 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

More ASP.NET Interview Questions

When we do partial refresh of a page using update panel how server knows it(which event occurs?)

2 Answers  


Explain file-based dependency and key-based dependency.

0 Answers   MindCracker,


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

0 Answers  


How to do state management in ASP.NET?

0 Answers   BirlaSoft,


Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,






can I use session variable in App_code Class page??

3 Answers   Wipro,


Is it possible to use two versions of assembly at the same time?If possible explain with code?

3 Answers   Tech Mahindra,


What is the main difference between a static page and a dynamic page?

2 Answers  


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


Why web api is better than wcf?

0 Answers  


Which is the namespace used to write error message in event Log File?

1 Answers  


Differentiate between a page theme and a global theme?

0 Answers  


Categories