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
What is a form tag?
in which protocol ASP.NET WEB API Work?
How can we register exception filter globally?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is a web api endpoint?
Differentiate between a page theme and a global theme?
How may clustered index we can create in table?
What does session_start () do?
What is a SESSION and APPLICATION object?
Explain the difference between inline and code behind - which is best in?
How does asp.net page work?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
How does the service stream content?
explain code with multi inhertance