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


Please Help Members By Posting Answers For Below Questions

How does the service stream content?

588


Differentiate between client-side and server-side validations in web pages.

566


Explain the difference between asp.net mvc and asp.net webforms

586


What are triggers of an updatepanel?

555


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

597






Explain the concept of event bubbling in ASP.NET?

587


What is Cookies Less Session?

615


How to create events for a control?

551


Can I read the hard disk serial # of the client computer using asp.net?

559


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

5693


What are the different types of Caching techniques in ASP.NET?

582


Explain the use of errorprovider control in .net?

513


Explain the difference between overriding and overloading?

548


Describe a bubbled event and how it is used ?

621


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1842