What is session object? Describe in detail.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Why is catch(Exception) almost always a bad idea?

4 Answers  


What is the life cycle of an asp.net page?

0 Answers  


What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)?

3 Answers   Accenture,


What is new asp.net core?

0 Answers  


Is asp.net outdated?

0 Answers  






When is an object collected by the Garbage Collector? [Four options were given]

1 Answers   ABC,


when the threads are used in dot net.

2 Answers  


what is the use of asp.net

3 Answers   ABC,


What are the advantages and disadvantages of Using Cookies?

0 Answers   MCN Solutions,


What is the difference between page directive include and action tag include?

0 Answers  


Explain what is viewstate?

0 Answers  


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.

0 Answers   Netsweeper,


Categories