Answer Posted / n.ravi
The web server will remember the users information by implementing certain techniques these techniques are called state managent. those are divided into 2 types 1.client side
2.server side
client-side:1. query string 2.hidden fields 3.view state 4.cookies
Server Side:1.session 2. Application 3.Cache 4.context
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Explain diff. Between friend and protected friend?
Explain server-side scripting?
What is http post and http get?
What do you understand by aggregate dependency?
Define machine.config in .net?
What does aspcompat="true" mean?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is difference cookie and session?
Explain about Application and Session Events ?
Explain cashing in asp.net.
Explain the use of errorprovider control in .net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is sql data source control in asp.net?
Explain managed code an un-managed code.
Explain an object, class and method.