Describe the difference between inline and code behind.
Answer Posted / lakki
inline code is nothing but the design and code wil be implemented in same html page, where as in code behind the design page is seperated with .aspx file and coding is seperated with .aspx.cs file.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can one dll file contains the compiled code of more than one .net language?
What is a user session?
Explain the Session state management options available with ASP.NET?
What are session state modes in asp.net?
What are the authentication types in asp.net?
What does ascx stand for?
Differentiate the session object and application object?
Why asp.net is used?
What is data grid view in asp.net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Why do we need url encoding?
What is query string?
Give 2 examples for scenarios when routing is not applied?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is difference between View State and Hidden Field in ASP.NET?