|
NameValueCollection setValue(key, value) Error AjaxPro 6.7.20.1 -- Injenier --
I'm using AjaxPro 6.7.20.1 NameValueCollection Passing a NameValueCollection from C# to javascript works fine Passing a NameValueCollection from Javascript works fine getValue(key) on javascript works fine setValue(key, value) returns the correct index value but when after the setValue I try to read the value I've just set, using getValue(key) it returns the old one and not the new one. |