To make Cache item dependent on a file,directory or other
cached item ,you should create an instance of which clause?
Answer Posted / karthikas.s
System.Web.Caching.CacheDependency
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I create master page in asp net?
What is the mvc model?
Why is it preferred to not use finalize for clean up?
What are the events that happen when a client requests an asp.net page from iis server?
What do you understand from custom control?
What is a session in programming?
Explain the difference between panel and groupbox classes using .net?
List the advantages and disadvantages of user control an custom control?
List the types of authentication supported by asp.net?
How does exception management works in ASP.NET?
Explain authorization levels in .net ?
What is the difference between union and join?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
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.
When you use Ajax controls in the ASP.NET application?