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
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Define application state variable and session state variable?
What is a form tag?
What are the new features added from ASP to ASP.NET?
Is asp.net 64-bit enabled? How?
Explain the difference between singleton and single call?
What is the function of the ViewState property?
Explain the use of duration attribute of @outputcache page directive.
How to Insert/Add in ASPXgridview
Explain About duration in caching technique
How many types cache in asp net?
Can we add code files of different languages in app_code folder?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is viewstate in asp net with example?
Define reflection in .net?