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

Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?

3 Answers   Visual Soft,


What are sharepoint pages?

0 Answers  


can we store textbox and com components in viewstate?

4 Answers   Microsoft,


What is autopost?

0 Answers  


Can we make a class with class with same;suppose public class abc { public class abc { } }

1 Answers  


what is Satellite Assembly?

2 Answers  


explain store procedure and trigger

3 Answers  


5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?

0 Answers   Swatz Oils,


Can the validation be done in the server side? Or this can be done only in the Client side?

2 Answers  


what is the differance between native code & managed code?

5 Answers   Microsoft,


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

0 Answers   HCL,


Categories