views:

19

answers:

0

While trying to reduce my Viewstate's size, I found that there are a lot of System.Web.UI.IndexedStrings (~10KB) in it. I'm not sure if I fully understand the mechanism but is it a good idea to keep those instances and if yes, why?

And which approach would you take to remove them?