Describe the difference between inline and code behind.
Answer Posted / sudhir kunnure
inline code writing in client side code you can write
server side code to html page in .dot net.if you write all
code on client side adding namspace then it inline code.
if you write seprate code for server side and client side
then server side code is code behind
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
What is custom events?
Differentiate between file-based dependency and key-based dependency.
Web API supports which protocol?
What I need to create and run an asp.net application?
In order to get assembly info which namespace we should import?
What are themes and skins in 2.0, explain usage scenario?
What is postback pixel?
What is session mode in asp.net?
Where would you use an ihttpmodule, and what are the limitations if any?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
How to bind all the binding controls in a page at once in ASP.NET?
What do you mean by caching in asp.net?
How can we prevent browser from caching an aspx page?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is rich control in asp.net?