Posts by George Bias • 1 point
1 post
-
0
votes1
answer1107
viewsQ: Cannot convert "string" to "int"
<% foreach (System.Collections.DictionaryEntry entry in HttpContext.Current.Cache){ HttpContext.Current.Cache.Remove((string)entry.Key); } foreach (int key in diamondMethodList) {…