How to remove cache object in asp.net?
Answers were Sorted based on User's Feedback
Answer / amey
For Each de As DictionaryEntry In HttpContext.Current.Cache
HttpContext.Current.Cache.Remove(DirectCast(de.Key, String))
Is This Answer Correct ? | 0 Yes | 2 No |
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How to merge 2 tables fields in DataTable in asp.net
Can you explain composite pattern?
Code for updating the database by entering the data into textboxes in aspx form?
How can you provide an alternating color scheme in a Repeater control?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is asp.net localization?
Differentiate between early binding and late binding.
What is the Difference B/W Finalize() and Dispose() in .Net?
12 Answers HCL, IBM,
What is difference between rest and soap?
Define reflection in .net?
what is clr .