Describe the difference between inline and code behind?
Answers were Sorted based on User's Feedback
Answer / sadhana
codebehind:
If you want to make the separation between the HTML file
and the coding file then you can use CodeBehindFile
inline:
only html file is used.no separation can be made in inline
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sivasaravanan
inline:
is written along side the html in a page.
code behind:
is a concept where the content of page in one file and the
server side code is another file...
Is This Answer Correct ? | 1 Yes | 1 No |
view state data is stored in which format?
15 Answers Mind Tree, Pratham Software,
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
What threading model used in asp and asp.net?
in which protocol ASP.NET WEB API Work?
can i call the java script to code behind file?if yes how?
How many validators do ASP.NET have?
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is Hybrid dictionary
3. What goals do you have in your career?
What are the various security methods which IIS Provides apart from .NET ?