ViewState object is not great for debugging. Expanding it's properties at the run time will yield nothing useful unless you know what are you looking for.
Add this to Watches to get insight into collection of values stored in internal dictionary:
new System.Collections.Hashtable(ViewState)
No comments:
Post a Comment