Types of values mode can hold session state in Web.Config?
Answer Posted / srujana
there r three types of values mode can hold session state
in we.config
<authentication mode="forms">
<authentication mode="windows">
<authentication mode="passport">
| Is This Answer Correct ? | 8 Yes | 57 No |
Post New Answer View All Answers
What is server side session?
How do we assign page-specific attributes?
What is the difference between session object and application object?
What is mvc in asp.net interview question? : Asp.Net MVC
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 is __ requestverificationtoken?
What are the asp.net server side objects?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is asp.net caching?
Less than one page, how many windows will you be able to maintain?
Does google crawl redirects?
What is a postback ispostback and autopostback in asp net?
What is server side routing?
What does mean by a neutral culture?
How can we access static variable?