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

Answers were Sorted based on User's Feedback



Describe the difference between inline and code behind - which is best in a loosely coupled solutio..

Answer / 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

Describe the difference between inline and code behind - which is best in a loosely coupled solutio..

Answer / raghumadhav tirunagari


inline function bind at compile time can write in aspx page
with in <% %> .

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


Name the tools or API for developing or testing web api?

0 Answers  


Do you know caching feature?

0 Answers  


Can you explain what inheritance is and give an example of when you might use it?

1 Answers  


About Postback ?

6 Answers   Accenture,


How to change the form layout in ASp.net 2.0 ?

1 Answers   Netsweeper,


How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.

0 Answers   Honeywell, Wipro,


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


What is a uri query?

0 Answers  


I’m having some trouble with cas. How can I diagnose my problem?

0 Answers  


Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..could any body tell me that how can i add dynamically this language on user's request...??? thanks n advance...

1 Answers  


Explain the differences between Server-side and Client-side code?

2 Answers  


Categories