| |
GeekInterview.com > Interview Questions > Microsoft > ASP.NET 2.0
| Print | |
Question: What type of code (server or client) is found in a Code-Behind class?
|
| August 08, 2009 05:10:48 |
#10 |
| mrp100461 |
Member Since: January 2008 Total Comments: 11 |
RE: What type of code (server or client) is found in a Code-Behind class? |
| There is the ability to use both server side and client side code with in the code behind. Generally though the code behind is server side code. This code acts on Events that are fired that are not handled by the client side script.(JavaScript,vbscript, etc..) . |
| |
Back To Question | |