In a Code-Behind class generally which type of code is
found ?

Answers were Sorted based on User's Feedback



In a Code-Behind class generally which type of code is found ?..

Answer / psetty

In a code-Behind class server-side code is found. Because
code-behind is executed on the server. Eventhough it can
render client-side code such as JavaScript to be processed
in the clients browser. But just to be clear, code-behind
executes on the server, thus making it server-side code.

Is This Answer Correct ?    13 Yes 1 No

In a Code-Behind class generally which type of code is found ?..

Answer / subhash - netedge computing

Server Side

Is This Answer Correct ?    8 Yes 0 No

In a Code-Behind class generally which type of code is found ?..

Answer / charan

Code - Behind class is only for server side code..

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is cookie less session? How it works?

2 Answers   TCS,


Exception handling

2 Answers   Syntel,


Explain a program using code nuggets to create a simple application? : asp.net mvc

0 Answers  


What is event in asp.net?

0 Answers  


How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


what is session,cokkies in asp.net??

5 Answers  


How many types of sessions are there?

2 Answers  


About friend and Protected friend ?

3 Answers   MMTS,


Explain the advantages of asp.net.

0 Answers  


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


Categories