Explain how inline and code behind is used differently ?



Explain how inline and code behind is used differently ?..

Answer / ninad

writting a code along side the html in a page is inline
code.
Writing a code in a separate file and referenced by
the .aspx page is code Behind.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Why is global asax is used for?

0 Answers  


Diff between web user control and web custom control?

0 Answers  


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?

4 Answers   Wipro,


How to fetch a data from one table to another table in asp.net ?

0 Answers   MCN Solutions,


What is ispostback method in asp.net?

0 Answers  


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

0 Answers  


Explain login controls.

0 Answers  


Define ViewState and how can it be used?

6 Answers   Siebel,


What are asp.net web forms?

0 Answers  


explain about Back ground process control in .net

1 Answers   Digital Mesh, Infronics,


What is the difference between Webservice and WCF

9 Answers   IBM, ITC Infotech,


Categories