I am getting an object from a web service call and I am storing that in a hidden field by serializing the object. Then I am deserilizing the object and it is coming like the below screenshot :
My problem is when I am trying to access the below information by many ways, I an getting Invalid cast error OR System.InvalidCastException: Specified cast is not valid
decodedValues[0][2].Value
decodedValues[1][2].Value
decodedValues[2][2].Value
--etc
Any idea how can I get it in ASP.NET 1.1?