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
How can we update records in gridview?Is there any appropriate code for it?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Why we use content place holder in asp.net?
How can you display all validation messages in one control?
What is the use of session?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Why do we use asp.net?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is session state server?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Explain how can we access static variable?
How many types of cache are there?
What is the use of the tag in the web.config file?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#