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

Write some code using interfaces, virtual methods, and an abstract class`

0 Answers  


Differnce between Control an View State

1 Answers   Proteans,


Singleton Design pattern?How do you achieve it?

3 Answers   Microsoft,


What is the difference between debug and release?

0 Answers  


Tell about WebService in Asp.Net?

5 Answers   Accenture, CTS,






Can I have a unique key as foreign key?

0 Answers  


Explain transparent caching with aop?

0 Answers  


What parameters can you pass in the url of the api?

0 Answers  


How does the service stream content?

0 Answers  


What is SilverLight in ASP.NET ?

2 Answers   SmartData,


Which two properties are there on every validation control?

2 Answers  


What is difference between session and application in asp net?

0 Answers  


Categories