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 |
To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?
can we store textbox and com components in viewstate?
What is the difference between custom controls and user controls?
Name and describe some HTTP Status Codes and what they express to the requesting client ?
Explain about the Class view window?
What is cas?
I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.
What are session objects?
What is the use of data set in asp.net?
How do you add a javascript function for a link button in a datagrid?
What is custom control. What is the difference between custom control and user control?
How does the XmlSerializer work? What ACL permissions does a process using it require?