Describe the difference between inline and code behind?

Answers were Sorted based on User's Feedback



Describe the difference between inline and code behind?..

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

Describe the difference between inline and code behind?..

Answer / sivasaravanan

inline:
is written along side the html in a page.
code behind:
is a concept where the content of page in one file and the
server side code is another file...

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

view state data is stored in which format?

15 Answers   Mind Tree, Pratham Software,


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

0 Answers   Patni,


What threading model used in asp and asp.net?

0 Answers  


in which protocol ASP.NET WEB API Work?

0 Answers   HCL,


can i call the java script to code behind file?if yes how?

4 Answers   Wipro,






How many validators do ASP.NET have?

0 Answers   QuestPond,


We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


What is the difference between ASP.NET Webforms and ASP.NET MVC?

0 Answers  


What is Hybrid dictionary

1 Answers  


3. What goals do you have in your career?

0 Answers   Swatz Oils,


What are the various security methods which IIS Provides apart from .NET ?

1 Answers  


Categories