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
What is server infrastructure?
Explain the basic functionality of garbage collector?
Can we have multiple master pages in asp net?
What are the steps to follow to host a web application on a web server?
Mention the namespace that is used to include .net data provider for sql server in .net code?
How to use multiple scriptmanager controls in a web page?
In how many ways we can retrieve table records count?
Explain the code Access Security (CAS) in .net Framework?
What is http pipeline in asp.net?
Explain the concept of MVC Scaffolding?
What is the difference between session and viewstate?
What is the significance of ASP.NET routing?
What role “#&&” plays in a querysting?
How do you open a page in a new window?
How do we assign page-specific attributes?