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

Explain Features in ASP.NET

0 Answers   Microsoft,


What data type does the RangeValidator control support?

3 Answers   Visual Soft,


What is difference between user control and custom control?

1 Answers   TVS,


Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?

1 Answers   Siebel Systems,


what is SAP fullform

161 Answers   A3Logics, Amazon, DFD, Federal Mogul, Hol Info, IBM, Infosys, Jai Ganesh, Kesri Metal, Lupin, Microsoft, RPG, SAP Labs, SRS Group, TCS, Videocon,






what is view state?

10 Answers   Satyam,


What are the advantages of using Master Pages?

0 Answers   MCN Solutions,


What is difference between viewstate and session state in javascript?

0 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

0 Answers   Siebel,


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


What are the memory-mapped files?

0 Answers  


Categories