Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Describe the difference between inline and code behind -
which is best in a loosely coupled solution Tightly coupled
- INLINE

Answer Posted / m.sivakumar

Difference between inline and code behind - which is best?


Answers:
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.



Inline Code:- Inline Code written along side the HTML in a page.

Code Behind:- Code Behind is simply a separate code file linked to your web form or .aspx page. Code is stored in separate file which is identified by a .cs suffix or .vb suffix.

Code Behind is the best.
Because:-
Separation of the content from the code. It is practical to have a designer working on a markup while a programmer writes code.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of validation are there?

917


What are the new login controls in asp.net 2.0?

942


What is route in web api?

983


How can you dynamically add user controls to a page?

915


How can we Validate a Controls in ASP.NET page using JavaScript?

1120


What is the equivalent of date() and time() in asp.net?

958


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

1089


How many validators do ASP.NET have?

1071


How does output caching work in ASP.NET?

918


Which data type does the rangevalidator control support?

907


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

985


What is in a session cookie?

945


Define static member?

953


Explain the difference between the web config and machine config.

985


Can we have a web application running without web.config file?

950