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
Is there any thread in our .net programs?
What is assembly in .net?
Different between .net & j2ee ?
Explain code access security.
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Explain the difference between public and static modifiers?
Please explain what is a delegate?
Why do we use the “using” statement?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
How many types of transactions are there in com + .net ?
What is the procedure to add assemly to gac to make it shared one?
Is .net a compiler?
What is a windows process in .net?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What are an object and a class?