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
What is a uri query?
What are the merits and demerits of viewstate?
What is _dopostback in asp net?
How do you use viewstate?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Explain about secure socket layer?
How do we implement bundling in MVC?
Define xmlreader class.
What events will occur when a page is loaded?
Explain asp.net page life cycle?
Differentiate between authentication and authorization.
Define page output caching?
Why and where this web.config file is used?
What kind of programming language is ASP.NET?