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

What is cookies in asp net?

0 Answers  


What is asp net theme?

0 Answers  


When does the application ONEND event handler fire?

1 Answers   C Squared Systems, Verinon Technology Solutions,


Explain the boxing and unboxing concept in .net?

0 Answers  


Whats the difference between abstract factory pattern and factory pattern?

0 Answers  






can u create two Primary key for a table? --Sivaa

10 Answers   BirlaSoft,


What are Master Pages in ASP.NET? or What is a Master Page?

0 Answers   MCN Solutions,


What are the uses of list view control in Asp.net?

0 Answers   HCL,


What are merge modules?

0 Answers  


If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


How do you register the .Net Component or Assembly?

2 Answers   Accenture,


Explain the difference between dataset and datareader.

0 Answers  


Categories