Which type if caching will be used if we want to cache the portion of a page instead of whole page?


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

Post New Answer

More ASP.NET Interview Questions

Is asp.net a programming language?

0 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


How can we register exception filter from the action?

0 Answers  


Which data type does the rangevalidator control support?

0 Answers  


how can you bind data from dataset to XML file

2 Answers   LG Soft,






How to retrieve user name in case of Window Authentication?

0 Answers  


What are the session management techniques asp net?

0 Answers  


What are the 3 types of web?

0 Answers  


What are the advantages and disadvantages of viewstate ?

1 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 difference between cookie and session?

0 Answers  


how to include timer or counting time to display next page in asp.net

0 Answers  


Categories