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
How information about the user's locale can be accessed?
What is difference between singleton and single call?
How to use multiple scriptmanager controls in a web page?
What does session_start () do?
What is the difference between union and structure?
What is xaml? Are xaml file compiled or built on runtime?
Write a code snippet to implement the indentation in json in web api.
What is difference between web config and global asax?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Explain different authentication modes in asp.net?
What is a user developed application?
What is ascx?
How do you design a website with multilingual support in ASP.NET ?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
How can we apply themes to an asp.net application?