What type of code (server or client) is found in a Code-
Behind class?

Answers were Sorted based on User's Feedback



What type of code (server or client) is found in a Code- Behind class? ..

Answer / swapna

Serverside code c# is found in a code behind class.

Is This Answer Correct ?    13 Yes 0 No

What type of code (server or client) is found in a Code- Behind class? ..

Answer / 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

More ASP.NET Interview Questions

Explain how can we inherit a static variable?

0 Answers  


how to update data set?

3 Answers   IBM, TCS,


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

0 Answers   MCN Solutions,


Why do we need Web Services?

1 Answers   Mind Tree,


Features of a dataset ?

3 Answers   Accenture,






What is a DLL Hell Problem in .Net?

12 Answers  


How does the cookies work in asp.net?

0 Answers  


Explain the boxing and unboxing concept in .net?

0 Answers  


Any body Having SHAREPOINT Material plzzz? please material to send prasad.k12@gmail.com

0 Answers  


Explain About WebService

0 Answers   BirlaSoft,


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

0 Answers  


What kind of data can be stored in viewstate?

0 Answers  


Categories