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

Why is it preferred to not use finalize for clean up?

0 Answers  


What three Session State providers are available in ASP.NET 1.1? What are the pros and cons of each ?

1 Answers  


What is asp.net caching?

0 Answers  


How can u debug your .net application?

0 Answers  


# What is the transport protocol you use to call a Web service?

1 Answers  






Is asp.net mvc still used? : Asp.Net MVC

0 Answers  


Way of updating a table other than stored procedure and hard coded query?

2 Answers  


Is web config mandatory?

0 Answers  


What is http only cookie?

0 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


What is caching in asp.net?

0 Answers  


How can you register a custom server control to a web page?

0 Answers  


Categories