What are sessions used for?


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

Post New Answer

More ASP.NET Interview Questions

What does asax stand for?

0 Answers  


Why do we need a web application session?

0 Answers  


What are the features of asp net?

0 Answers  


What is State Management in .Net and how many ways are there to maintain a state in .Net?

6 Answers  


What is scope of an application variable in asp.net?

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,


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

0 Answers   Wipro,


What is server infrastructure?

0 Answers  


What is query string in asp.net?

0 Answers  


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

0 Answers  


how to use html code in asp source code?

1 Answers  


How to implement caching?

2 Answers   Infosys, Microsoft,


Categories