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

What is GAC in ASP.NET 2.0

0 Answers   MCN Solutions,


What are Http handler ?

1 Answers   Patni,


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


Explain State management in asp.net

0 Answers   BirlaSoft,


What is Hybrid dictionary

1 Answers  


What is HTTP MODULE & HTTP HANDLERS in ASP.NET? How a developer can utilize in the application? Please provide example.

1 Answers   IBM,


Define a multilingual website?

0 Answers  


RequiredFieldValidator--write code in javascript

3 Answers   Wipro,


What r the page life cycle in asp.net page?

6 Answers  


How do you bind array to gridview? Will it works?

4 Answers   HP,


Why we use content place holder in asp.net?

0 Answers  


Categories