Which object is used to encapsulate the state of the client and the browser in ASP.NET?


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

Post New Answer

More ASP.NET Interview Questions

How can you debug your.net application?

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,


What is the base class from which web forms are inherited?

0 Answers  


How Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


Explain difference between friend and protected friend?

0 Answers  






Define data caching?

0 Answers  


What is data reader in asp.net?

0 Answers  


What are the two properties that are common on every validation control?

0 Answers   Siebel,


Which @page directive should you create an asynchronous page?

1 Answers  


what is new debug tools in asp.net ?

1 Answers  


Differentiate between client-side and server-side validations in web pages.

0 Answers  


What language does asp.net use?

0 Answers  


Categories