Compare and contrast between inline and code behind - which
one is best?

Answer Posted / bhaskar

code behind model is better than in line code y because 1.
designer n developer can work simultaneouly 2. sequrity
will be provided so that web desiger can not edit the
developer's code.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is LINQ performance wise better or using sqlcommand?

4313


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.

1425


What are the different types of validation controls in asp.net?

512


Where are session variables stored?

501


What is the page life cycle in asp.net?

550






Can I combine classic asp and asp.net pages?

526


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

1972


How does u call and execute a sp in .net?

532


What’s the catch?

603


What are validators and list some validators of asp.net?

525


What is the difference between a multi-layer and multi-tier applications?

555


How does session work?

494


What does it mean your session has timed out?

515


Why we go for mvc instead of asp.net? : Asp.Net MVC

477


Are cookies stored on server or client?

494