Describe the difference between inline and code behind?
Answers were Sorted based on User's Feedback
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 |
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 |
Explain Features in ASP.NET
What data type does the RangeValidator control support?
What is difference between user control and custom control?
Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?
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?
What are the advantages of using Master Pages?
What is difference between viewstate and session state in javascript?
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?
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?
How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?
What are the memory-mapped files?