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 are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Where viewstate value is stored in asp.net?
What is runat?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Does asp.net still recognize the global.asa file?
What is mvc in angular?
What are the parts of an http response?
Where you store Connection string in "Web.Config" file in ASP.NET?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Explain how does asp page work?
What is latest version of asp.net mvc? : Asp.Net MVC
Please briefly explain the usage of global.asax?
How is the asp.net mvc architecture different from others? : asp.net mvc
A web service can only be written in .net? State whether true or false.
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?