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
Can I have a unique key as foreign key?
Do you know using sql cache invalidation?
Can you use c# without .net?
Will the asp.net validators run in server side or client side?
What is caching? Explain.
What is the difference between GridView and Repeater controls in ASP.NET?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is hidden field in asp.net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Explain the use of resource manager class in .net.
How could you modify xaml content from javascript?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is base class of .net?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain why it is useful to use mvc instead of webforms? : asp.net mvc