Author: jkhome | Posted on: 9/11/2009 9:15:46 AM | Views : 1144

I have a webmethod i call from jquery ajax. The webmethod returns a class, in this class i have shadowed two properties but when this class is converted to a JSON string it creates each shadowed property twice (the base property and the shadowed property)
When i try to reference the object in javascript it has taken the values of the base properties and not the shadowed ones.
Does anyone know if this is a bug or a i've done anything wrong?
...

Go to the complete details ...