What type of code (server or client) is found in a Code-
Behind class?
Answers were Sorted based on User's Feedback
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 |
Explain the concept of event bubbling in ASP.NET?
0 Answers Sans Pareil IT Services,
What?s the difference between Response.Write() andResponse.Output.Write()?
Describe the difference between inline and code behind - which is best in?
Where do you store the information about the user?s locale?
Explain how asp.net page works?
What is difference between asp state management and asp.net state management?
How we implement web farm and web garden concept in asp.net?
In how many ways we can retrieve table records count?
How does asp page work?
What are the contents of cookie?
what is the difference between sql 2000 and 2005?
Explain Session state management options in ASP.NET.