Describe the difference between inline and code behind.
Answer Posted / khan ashrafeen
Code Behind refers to the code for an ASP.NET Web page that is written in a separate class file that can have the extension of .aspx.cs or .aspx.vb depending on the language used.
Inline Code refers to the code that is written inside an ASP.NET Web Page that has an extension of .aspx
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why asp.net is better than php?
What is asp.net ajax?
When we use cookie less session? Explain its working?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is the difference between sealed vs static class?
What are the features of asp.net mvc?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What do you mean by authorization?
Differentiate strong typing and weak typing
What is the default Orientation property in a Menu control?
What is the difference between dynamic SGA and static SGA?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is the difference between login controls and forms authentication?
How can I have a particular web page in an asp.net application which displays its own error page?