| |
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, 2005 03:36:04 |
#2 |
| Jatinder Singh Rana |
Member Since: Visitor Total Comments: N/A |
RE: What type of code (server or client) is found in a Code-Behind class?
|
| Server side code is found in the code behind file (you can output a string of code that will get printed on client browser like java script etc which will get executed on client browser but only line of code that can get executed ofn server is included in code behind file) |
| |
Back To Question | |