In a Code-Behind class generally which type of code is
found ?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is cookie less session? How it works?
Exception handling
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is event in asp.net?
How do you insert multiple rows from a grid view to database table under a single transaction?
what is session,cokkies in asp.net??
How many types of sessions are there?
About friend and Protected friend ?
Explain the advantages of asp.net.
What is web configuration file and how to use in web application
What is session handling in a webfarm, how it can work with its limits?
Where would you use an ihttpmodule, and what are the limitations if any?