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

To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?

1 Answers   Siebel,


can we store textbox and com components in viewstate?

4 Answers   Microsoft,


What is the difference between custom controls and user controls?

0 Answers  


Name and describe some HTTP Status Codes and what they express to the requesting client ?

1 Answers  


Explain about the Class view window?

0 Answers  


What is cas?

0 Answers  


I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.

2 Answers  


What are session objects?

0 Answers  


What is the use of data set in asp.net?

0 Answers  


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


What is custom control. What is the difference between custom control and user control?

2 Answers   Microsoft,


How does the XmlSerializer work? What ACL permissions does a process using it require?

2 Answers  


Categories