What type of code (server or client) is found in a Code-
Behind class?
Answer Posted / satish v itagi
Code behind class will contain event handlers for the
controls in the entity class (page class) written in any of
the high-level languages that are object based/oriented.
With reference to DotNet it may be in any language
complying to CLS and CTS.
The business layer of the OOP can be written in any of the
dot net languages and its dll can be referenced in the code-
behind class code written in the same or difference dotnet
compliant languages.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the main advantages of using asp.net?
how to include timer or counting time to display next page in asp.net
What is a viewstate?
Why do you use the app_code folder in asp.net?
Is it possible to change the index of primary key on table?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is the function of the ViewState property?
What is jade template engine?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is inproc and outproc?
Is asp.net outdated?
What is a web based system?
Explain the concept of MVC Scaffolding?
Why do we use sessions?
What is the difference between the asp and asp.net?