How many types of session in asp.net2.0
Answer Posted / prem
There are four types of session state in asp.net 2.0
1. In proc session
2. Out Proc session
3.Web Farm
4. Web Garden
| Is This Answer Correct ? | 20 Yes | 82 No |
Post New Answer View All Answers
What is difference between mvc and asp.net? : Asp.Net MVC
Where is http session stored?
What is global.asax file used for?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What parameters can you pass in the url of the api? Can get and post use the same url?
What is globalization and localization in asp net?
What is a user session?
Can you explain one critical mapping? Performance issue which one is better?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
How can you implement the postback property of an asp.net control?
How do I send an email message from my ASP.NET page?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Why is the standalone environment only useful during the development process?
Is asp.net easy to learn?