Compare and contrast between inline and code behind - which
one is best?

Answers were Sorted based on User's Feedback



Compare and contrast between inline and code behind - which one is best?..

Answer / tza

I think code behind model is better than inline model. because
it is easy to write code and share programme many programmer.

Is This Answer Correct ?    5 Yes 0 No

Compare and contrast between inline and code behind - which one is best?..

Answer / bhaskar

code behind model is better than in line code y because 1.
designer n developer can work simultaneouly 2. sequrity
will be provided so that web desiger can not edit the
developer's code.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Difference between mvc2 and mvc3 in asp.net?

4 Answers   Wipro,


Is redux flux?

0 Answers  


what are the files used in asp .net

1 Answers  


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

0 Answers   InfoAxon Technologies,


What is the Web.config file used for? a) To store the global information and variable definition for the application. b) Configures the time that the server-side codebehind module is called c) To Configure the Web Server. d) To Configure the Web browser.

8 Answers   HCL, IBM, Syntax Softtech, Vypin, WideVision Technologies,






What is difference between asp state management and asp.net state management?

0 Answers  


What is Model-View-View Model?

0 Answers   MCN Solutions,


What are the advantages of passport authentication?

0 Answers  


What is the significance of finalize method in .net?

0 Answers  


Authentication and Authorization

2 Answers   Syntel,


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


Categories