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 is session in web technology?
Is asp.net and .net are same or different?
How does windows service lifecycle differ from a .standard. Exe?
How is application management and maintenance improved in asp.net 2.0?
What is asp.net architecture?
What is the difference between a default skin and a named skin?
What are tuples?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What are main return types supported in Web API?
Write some code using interfaces, virtual methods, and an abstract class`
How do you change the session time-out value?
What are sessions in asp net?
Difference between web user control and web custom control?
What asp.net control can embed xaml into asp.net pages?
Why asp.net is used?