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 the concept of event bubbling in ASP.NET?

0 Answers   Sans Pareil IT Services,


What?s the difference between Response.Write() andResponse.Output.Write()?

7 Answers   Atos Origin, IBM,


Describe the difference between inline and code behind - which is best in?

0 Answers  


Where do you store the information about the user?s locale?

1 Answers  


Explain how asp.net page works?

0 Answers  


What is difference between asp state management and asp.net state management?

0 Answers  


How we implement web farm and web garden concept in asp.net?

0 Answers  


In how many ways we can retrieve table records count?

0 Answers  


How does asp page work?

0 Answers  


What are the contents of cookie?

0 Answers  


what is the difference between sql 2000 and 2005?

2 Answers   Cognizant,


Explain Session state management options in ASP.NET.

0 Answers   CDC,


Categories