Describe the difference between inline and code behind.

Answer Posted / chauhan rakesh botad

Inline code written along side the html in a page.
Code-behind is code written in a separate file and
referenced by the .aspx page.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to do state management in ASP.NET?

596


What is the difference between CC and BCC?

611


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

535


How to implement Authentication and Authorization?

560


calling result set one procedure to anothar procedure in sql2000

1334






What are the asp.net server side objects?

519


Which is an advantage of application service providers?

487


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1438


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

530


Why is asp.net so popular?

509


Whats the difference between abstract factory pattern and factory pattern?

595


Is asp.net free?

555


What is the difference between adding reference in solution explorer and adding references by using ?

570


What is runat?

607


Write a code snippet to implement the indentation in json in web api.

574