In a Code-Behind class generally which type of code is
found ?
Answer Posted / psetty
In a code-Behind class server-side code is found. Because
code-behind is executed on the server. Eventhough it can
render client-side code such as JavaScript to be processed
in the clients browser. But just to be clear, code-behind
executes on the server, thus making it server-side code.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What are web beacons used for?
What are the two Layouts supported by a Web form in ASP.NET?
Define reflection in .net?
Where can I get information on cookies in asp.net?
WSDL means?
What is rich control in asp.net?
Is it possible for me to change my aspx file extension to some other name?
What are the differences between application object and session object?
Why mvc is better than asp.net? : Asp.Net MVC
What are the file extensions for razor views?
What are the new data controls in asp.net 2.0?
Which .NET framework supports Web API?
How to send a DataReader as a parameter to a remote client ?