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
Give 2 examples for scenarios when routing is not applied?
What is a web api? Which protocol is used in a web api?
What are the various types of cookies in asp.net?
How to you can limit Access to Web API to Specific HTTP Verb?
Where is session data stored in asp net?
What is the base class from which web forms are inherited?
What is the difference between custom controls and user controls?
What is the viewstate in asp.net?
What is the purpose of url encoding?
What is the maximum amount of memory any single process on windows can address?
How will create assesblies at run time?
What is the difference between cookie and session?
What is the Intermittent crashing of application in production?
What is Pre-Render event in ASP.NET?
Where do the cookie state and session state information be stored?