Briefly explain how code behind works and contrast that using the inline style.

Showing Answers 1 - 2 of 2 Answers

Sunitha

  • May 31st, 2005
 

In code behind technique we seperate the designing and coding part. The coding part will be placed in a seperate DLL. So that we can use this DLL anywhere. 

  Was this answer useful?  Yes

vvbabu

  • Jul 31st, 2005
 

Code-Behind:  
Code-behind refers to code for your ASP.NET page that is contained within a separate class file. This allows a clean separation of Our HTML from presentation logic.  
 
In-Line Code : 
In-line code is code that is embedded directly within the ASP.NET page

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions