Describe the difference between inline and code behind.
Answer Posted / chauhan rakesh botad
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.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Contrast OOP and SOA. What are tenets of each ?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Can viewstate be accessed in another page?
Why is string called immutable data type?
How many types of cookies are there in asp.net?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
How can we use Web API with ASP.NET Web Form?
How does asp net store session ids by default?
What are the uses of reflection?
What is enableviewstate?
How can you enable impersonation in the web.config file?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Can you nest updatepanel within each other?
Explain code snippet to register exception filters from controller?