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 cookies work.

0 Answers  


How do you create a master page?

0 Answers  


What is datagrid asp.net?

0 Answers  


What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?

1 Answers  


What r the asp.net list controls and diff. Between them?

0 Answers  






how to use html code in asp source code?

1 Answers  


What is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


Whats an assembly?

6 Answers   Siebel Systems,


What is the other method, other than GET and POST, in ASP.NET?

3 Answers  


Explain asp.net web forms.

0 Answers  


What is asp net objects?

0 Answers  


What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?

1 Answers   Syntax Softtech,


Categories