Describe the difference between inline and code behind?

Answers were Sorted based on User's Feedback



Describe the difference between inline and code behind?..

Answer / sadhana

codebehind:
If you want to make the separation between the HTML file
and the coding file then you can use CodeBehindFile
inline:
only html file is used.no separation can be made in inline

Is This Answer Correct ?    4 Yes 0 No

Describe the difference between inline and code behind?..

Answer / sivasaravanan

inline:
is written along side the html in a page.
code behind:
is a concept where the content of page in one file and the
server side code is another file...

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Hi , I am Basha. I am searching a job in dotnet.Plz tell me the order of page events in asp.net 2.0> plz send faq's related to c#.net,asp.net,sqlserver2000 etc. to my mail-id : bashask.ss@gmail.com

4 Answers   Sapient,


What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


Why is an object pool required?

0 Answers  


What is a 1x1 pixel?

0 Answers  


You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.

1 Answers   Syntax Softtech,






Explain difference between dataset and datareader?

0 Answers  


How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


What is the transport protocol you use to call a Web service?

2 Answers   Siebel Systems,


is gateway for sms continue connected for sending sms.how?

0 Answers  


One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

3 Answers   HCL,


Difference between Array and ArrayList? How Array is benifitful than ArrayList?

3 Answers   Tech Mahindra,


Categories