Explain State management in asp.net


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

Post New Answer

More ASP.NET Interview Questions

What is boxing and unboxing in asp.net?

0 Answers  


What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?

2 Answers   Phoenix Technologies,


What is the use of mcommand ? mcommand.fill(ds,"orderdetails");

1 Answers   Netsweeper,


What’s the use of “GLOBAL.ASAX” file?

0 Answers  


What are the different methods that are used during the page load?

1 Answers   Siebel,






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,


when will garbage collector run?

1 Answers  


what is the exact purpose of http handlers and interfaces?

1 Answers  


Can you explain the importance of finalize method in .net?

0 Answers  


Difference between ByVal and ByRef?

2 Answers   Microsoft,


How do I use a proxy server when invoking a web service?

0 Answers  


Why do we need Sessions?

0 Answers   QuestPond,


Categories