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 connection pooling and how to enable and disable connection pooling?
Which dll handles the request of .aspx page?
What is autopostback in dropdownlist in asp net?
How can we inherit a static member?
Disable Mouse right click on web page in asp.net?
What is the meaning of TestApi?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is data control in asp.net?
Why is string called immutable data type?
How ASP.NET page works?
List the types of authentication supported by asp.net?
What is s2s tracking?
Explain what are delegates?
To display data in a Repeater control which template you provide?
What is the difference between custom web user control and a custom web server control?