What type of code (server or client) is found in a Code-
Behind class?
Answer Posted / 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 View All Answers
What is the adavantage of using ASP.NET routing?
How can you debug your.net application?
Describe the method to create a permanent cookie?
How many types of validation are there?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
What is http protocol and how it works?
How to bind all the binding controls in a page at once in ASP.NET?
Where is http session stored?
What is the basic difference between asp and asp.net?
What parameters can you pass in the url of the api?
Explain difference between dataset and datareader?
How many types of Cookies are available in ASP.NET?
What is the difference between a default skin and a named skin?
What is preprocessor in .net?
What is viewstate in asp net with example?