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
Can you explain autopostback?
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
How does a content page differ from a master page?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the various ways to send content from one page to another?
What is meant by asp.net?
What is active web pages?
Difference between web user control and web custom control?
What is http response header?
What is authentication in asp.net?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Difference between singleton and singlecall.
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Differentiate between structure and class.
what is DLL Hell and how it is solved in .NET? please explain clearly??