Describe the difference between inline and code behind.
Answer Posted / ramgopal reddy
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 ? | 36 Yes | 3 No |
Post New Answer View All Answers
how to elimainte the similar data from the different tables
What are the different types of validation controls provided in ASP.NET?
How should I destroy my objects in asp.net?
Define caching.
Explain the components of web form in asp.net
Define xmlvalidatingreader class.
Is sql backend or frontend?
What is _viewstart?
What is cookies in asp net?
What are the disadvantages of asp.net?
Which method is used to force all the validation controls to run?
Do you know caching feature?
Why mvc is better than asp.net? : Asp.Net MVC
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What are assemblies and namespaces and explain the difference between them ?