Describe the difference between inline and code behind
which is best in a loosely coupled solution?
Answer Posted / kirti
ASP.NET supports two modes of page development: Page logic code that is written inside runat="server"> blocks within an .aspx file and dynamically compiled the first time the page is requested on the server. Page logic code that is written within an external class that is compiled prior to deployment on a server and linked ""behind"" the .aspx file at run time.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know what is garbage collector?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Explain why do we use the “using” statement?
How to manage pagination in a page using .net?
How to Create and Consume a Web Service?
What is view state in .net?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Why SOAP is required?
What is the concept of inheritance and how it works in .net?
How server form post-back works?
Explain about .net?
What is SOAP? How you will do windows and forms authentication?
Write the .net syntax for 'for loop'?
Explain garbage collection?
Explain how to rename a table using sql queries?